Skip to content

Commit

Permalink
Prepare for 1.15 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Sep 17, 2019
1 parent 47f8477 commit 2f8c336
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
=========
Changelog
=========
* :release:`1.15.0 <2019-09-17>`
* :feature:`488` Improved output on ``check`` command:
Prints a message when there are no distributions given to check.
Improved handling of errors in a distribution's markup, avoiding
Expand Down
2 changes: 1 addition & 1 deletion twine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
__summary__ = "Collection of utilities for publishing packages on PyPI"
__uri__ = "https://twine.readthedocs.io/"

__version__ = "1.14.0"
__version__ = "1.15.0"

__author__ = "Donald Stufft and individual contributors"
__email__ = "[email protected]"
Expand Down

0 comments on commit 2f8c336

Please sign in to comment.