Skip to content

Commit 7348165

Browse files
committed
Merge pull request #126 from sigmavirus24/release/1.6.0
Update version number and release notes for 1.6.0
2 parents c78af5a + 1f8b5c8 commit 7348165

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

docs/changelog.rst

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Changelog
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

twine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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"

0 commit comments

Comments
 (0)