diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 98e65a9..6143e39 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,13 @@ project endeavours to adhere to `Semantic Versioning`_. .. _Semantic Versioning: http://semver.org/ +1.0.1 -- 2017-04-01 +------------------- + +* FIXED: This release is identical to 1.0.0, but will be GPG-signed and uploaded + with `twine ` to ensure it has correct + PyPI metadata. + 1.0.0 -- 2017-04-01 ------------------- diff --git a/honcho/__init__.py b/honcho/__init__.py index 1f356cc..cd7ca49 100644 --- a/honcho/__init__.py +++ b/honcho/__init__.py @@ -1 +1 @@ -__version__ = '1.0.0' +__version__ = '1.0.1'