We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47f8477 commit 2f8c336Copy full SHA for 2f8c336
docs/changelog.rst
@@ -3,6 +3,7 @@
3
=========
4
Changelog
5
6
+* :release:`1.15.0 <2019-09-17>`
7
* :feature:`488` Improved output on ``check`` command:
8
Prints a message when there are no distributions given to check.
9
Improved handling of errors in a distribution's markup, avoiding
twine/__init__.py
@@ -22,7 +22,7 @@
22
__summary__ = "Collection of utilities for publishing packages on PyPI"
23
__uri__ = "https://twine.readthedocs.io/"
24
25
-__version__ = "1.14.0"
+__version__ = "1.15.0"
26
27
__author__ = "Donald Stufft and individual contributors"
28
__email__ = "donald@stufft.io"
0 commit comments