File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44Changelog
55=========
66
7- * :release: `1.6.0 <2015-xx-yy > `
7+ * :release: `1.6.0 <2015-09-14 > `
88
99 * :feature: `106 ` Upload wheels first to PyPI
1010
@@ -14,6 +14,19 @@ Changelog
1414
1515 * :feature: `97 ` Allow the user to specify the location of their ``.pypirc ``
1616
17+ * :feature: `115 ` Add the ``--skip-existing `` flag to ``twine upload `` to
18+ allow users to skip releases that already exist on PyPI.
19+
20+ * :bug: `114 ` Warnings triggered by pkginfo searching for ``PKG-INFO `` files
21+ should no longer be user visible.
22+
23+ * :bug: `116 ` Work around problems with Windows when using
24+ :func: `getpass.getpass `
25+
26+ * :bug: `111 ` Provide more helpful messages if ``.pypirc `` is out of date.
27+
28+ * :feature: `8 ` Support registering new packages with ``twine register ``
29+
1730* :release: `1.5.0 <2015-03-10> `
1831
1932 * :bug: `85 ` Display information about the version of setuptools installed
Original file line number Diff line number Diff line change 2323__summary__ = "Collection of utilities for interacting with PyPI"
2424__uri__ = "https://github.com/pypa/twine"
2525
26- __version__ = "1.5 .0"
26+ __version__ = "1.6 .0"
2727
2828__author__ = "Donald Stufft and individual contributors"
2929__email__ = "donald@stufft.io"
You can’t perform that action at this time.
0 commit comments