Skip to content

Commit

Permalink
Replease couple of bug fixes of 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mswart committed Dec 13, 2016
1 parent 1c54bbe commit 3f3fd0a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ This page lists all versions with its changes. ACMEMS follows Semantic Versionin
Version 0
-------------------------

v0.3.1
^^^^^^

Multiple bug fixes:

* Fix auth-block specific storage and verification settings
* IOError when replace certification in file storage
* Fix typos in dns01-dnsUpdate verification


v0.3.0
^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion acmems/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MAJOR = 0
MINOR = 3
PATCH = 0
PATCH = 1
STAGE = None

STRING = '.'.join([str(v) for v in [MAJOR, MINOR, PATCH, STAGE] if v is not None])

0 comments on commit 3f3fd0a

Please sign in to comment.