From aabbff9962be637dcb2251f9a33ecd54a9194c34 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Wed, 12 Jun 2019 10:29:13 -0400 Subject: [PATCH] Bump to 1.14.0 for 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 8b23bbdb..7c08accf 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,6 +3,7 @@ ========= Changelog ========= +* :release:`1.14.0 <2019-06-12>` * :feature:`310` Now provide a more meaningful error on redirect during upload. * :release:`1.13.0 <2019-02-13>` * :bug:`452 major` Restore prompts while retaining support for suppressing diff --git a/twine/__init__.py b/twine/__init__.py index c8c5cf33..ae012eb8 100644 --- a/twine/__init__.py +++ b/twine/__init__.py @@ -22,7 +22,7 @@ __summary__ = "Collection of utilities for publishing packages on PyPI" __uri__ = "https://twine.readthedocs.io/" -__version__ = "1.13.0" +__version__ = "1.14.0" __author__ = "Donald Stufft and individual contributors" __email__ = "donald@stufft.io"