From 73cfdd5830409e1b8a820eae872a90c773565115 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 22 Sep 2019 16:35:33 -0400 Subject: [PATCH 1/2] Prepare for 2.0 release --- docs/changelog.rst | 1 + twine/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 4ac79f4c..658d5f3b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,6 +3,7 @@ ========= Changelog ========= +* :release:`2.0.0 <2019-09-23>` * :feature:`437`: Twine now requires Python 3.6 or later. * :bug:`491` Require requests 2.20 or later to avoid reported security vulnerabilities in earlier releases. diff --git a/twine/__init__.py b/twine/__init__.py index e20e2d36..9212c013 100644 --- a/twine/__init__.py +++ b/twine/__init__.py @@ -20,7 +20,7 @@ __summary__ = "Collection of utilities for publishing packages on PyPI" __uri__ = "https://twine.readthedocs.io/" -__version__ = "1.15.0" +__version__ = "2.0.0" __author__ = "Donald Stufft and individual contributors" __email__ = "donald@stufft.io" From 17f08fc7dd3abf5acdee031f604885bd427f1d07 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Tue, 24 Sep 2019 11:26:54 -0400 Subject: [PATCH 2/2] Update release date and changelog. --- docs/changelog.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 658d5f3b..fc543da0 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,8 +3,9 @@ ========= Changelog ========= -* :release:`2.0.0 <2019-09-23>` -* :feature:`437`: Twine now requires Python 3.6 or later. +* :release:`2.0.0 <2019-09-24>` +* :feature:`437`: Twine now requires Python 3.6 or later. Use pip + 9 or pin to "twine<2" to install twine on older Python versions. * :bug:`491` Require requests 2.20 or later to avoid reported security vulnerabilities in earlier releases. * :release:`1.15.0 <2019-09-17>`