diff --git a/docs/changelog.rst b/docs/changelog.rst index a84dc6f4..ef728e64 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,9 +4,11 @@ Changelog ========= +* :release:`1.11.0 <2018-03-19>` * :bug:`269 major` Avoid uploading to PyPI when given alternate repository URL, and require ``http://`` or ``https://`` in ``repository_url``. +* :support:`277` Add instructions on how to use keyring. * :support:`314` Add new maintainer, release checklists. * :bug:`322 major` Raise exception if attempting upload to deprecated legacy PyPI URLs. diff --git a/twine/__init__.py b/twine/__init__.py index 7f552fcf..cefe5fe1 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.10.0" +__version__ = "1.11.0" __author__ = "Donald Stufft and individual contributors" __email__ = "donald@stufft.io"