Skip to content

Commit

Permalink
Add release notes and bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmavirus24 committed Mar 11, 2015
1 parent d628ebe commit 6cb70f4
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@
Changelog
=========

* :release:`1.5.0 <2015-03-10>`

* :bug:`85` Display information about the version of setuptools installed

* :bug:`61` Support deprecated pypirc file format

* :feature:`29` Support commands not named "gpg" for signing

* Add lower-limit to requests dependency

* :release:`1.4.0 <2014-12-12>`

* :bug:`28` Prevent ResourceWarning from being shown

* :bug:`34` List registered commands in help text

* :bug:`32` Use pkg_resources to load registered commands

* :bug:`47` Fix issue uploading packages with ``_``\ s in the name

* :bug:`26` Add support for uploading Windows installers

* :bug:`65` Expand globs and check for existence of dists to upload

* :feature:`13` Parse ~/.pypirc ourselves and use subprocess instead of the
distutils.spawn module.
* :feature:`6` Switch to a git style dispatching for the commands to enable
Expand Down
2 changes: 1 addition & 1 deletion twine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
__summary__ = "Collection of utilities for interacting with PyPI"
__uri__ = "https://github.com/pypa/twine"

__version__ = "1.4.0"
__version__ = "1.5.0"

__author__ = "Donald Stufft and individual contributors"
__email__ = "donald@stufft.io"
Expand Down

0 comments on commit 6cb70f4

Please sign in to comment.