We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540081e commit 1569f50Copy full SHA for 1569f50
docs/changelog.rst
@@ -4,7 +4,7 @@
4
Changelog
5
=========
6
7
-* :release:`1.9.0 <...>`
+* :release:`1.9.0 <2017-05-22>`
8
9
* Twine will now resolve passwords using the
10
`keyring <https://pypi.org/projects/keyring>`_ if available.
twine/__init__.py
@@ -22,7 +22,7 @@
22
__summary__ = "Collection of utilities for interacting with PyPI"
23
__uri__ = "https://github.com/pypa/twine"
24
25
-__version__ = "1.8.1"
+__version__ = "1.9.0"
26
27
__author__ = "Donald Stufft and individual contributors"
28
__email__ = "donald@stufft.io"
0 commit comments