From b34f042da78aed22b6e512df61b495638b06ba03 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Fri, 18 Sep 2015 20:44:58 -0500 Subject: [PATCH] Update version and release notes for 1.6.1 --- docs/changelog.rst | 4 ++++ twine/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index a1a3b13f..343ac298 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,10 @@ Changelog ========= +* :release:`1.6.1 <2015-09-18>` + + * :bug:`130` Fix signing support for uploads + * :release:`1.6.0 <2015-09-14>` * :feature:`106` Upload wheels first to PyPI diff --git a/twine/__init__.py b/twine/__init__.py index 5afbfea9..a4b860d4 100644 --- a/twine/__init__.py +++ b/twine/__init__.py @@ -23,7 +23,7 @@ __summary__ = "Collection of utilities for interacting with PyPI" __uri__ = "https://github.com/pypa/twine" -__version__ = "1.6.0" +__version__ = "1.6.1" __author__ = "Donald Stufft and individual contributors" __email__ = "donald@stufft.io"