Skip to content

Commit b9bd9a6

Browse files
committed
Bump version -> v1.0.1
1 parent aa01906 commit b9bd9a6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ project endeavours to adhere to `Semantic Versioning`_.
66

77
.. _Semantic Versioning: http://semver.org/
88

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+
916
1.0.0 -- 2017-04-01
1017
-------------------
1118

honcho/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.0'
1+
__version__ = '1.0.1'

0 commit comments

Comments
 (0)