Skip to content

Commit

Permalink
Bump version and update HISTORY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayak-mehta committed Jul 9, 2020
1 parent dccc006 commit 5e2c916
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.md
Expand Up @@ -4,6 +4,11 @@ Release History
master
------

0.6.1 (2020-07-10)
------------------

* Add py38 trove classifier.

0.6.0 (2020-07-10)
------------------

Expand Down
2 changes: 1 addition & 1 deletion conrad/__version__.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

VERSION = (0, 6, 0)
VERSION = (0, 6, 1)
PRERELEASE = None # alpha, beta or rc
REVISION = None

Expand Down

0 comments on commit 5e2c916

Please sign in to comment.