We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa01906 commit b9bd9a6Copy full SHA for b9bd9a6
CHANGELOG.rst
@@ -6,6 +6,13 @@ project endeavours to adhere to `Semantic Versioning`_.
6
7
.. _Semantic Versioning: http://semver.org/
8
9
+1.0.1 -- 2017-04-01
10
+-------------------
11
+
12
+* FIXED: This release is identical to 1.0.0, but will be GPG-signed and uploaded
13
+ with `twine <https://pypi.python.org/pypi/twine>` to ensure it has correct
14
+ PyPI metadata.
15
16
1.0.0 -- 2017-04-01
17
-------------------
18
honcho/__init__.py
@@ -1 +1 @@
1
-__version__ = '1.0.0'
+__version__ = '1.0.1'
0 commit comments