Skip to content

Commit 2f8c336

Browse files
committed
Prepare for 1.15 release
1 parent 47f8477 commit 2f8c336

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/changelog.rst

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
=========
44
Changelog
55
=========
6+
* :release:`1.15.0 <2019-09-17>`
67
* :feature:`488` Improved output on ``check`` command:
78
Prints a message when there are no distributions given to check.
89
Improved handling of errors in a distribution's markup, avoiding

twine/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
__summary__ = "Collection of utilities for publishing packages on PyPI"
2323
__uri__ = "https://twine.readthedocs.io/"
2424

25-
__version__ = "1.14.0"
25+
__version__ = "1.15.0"
2626

2727
__author__ = "Donald Stufft and individual contributors"
2828
__email__ = "donald@stufft.io"

0 commit comments

Comments
 (0)