Skip to content

Commit

Permalink
Preparing release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
delijati committed Jan 25, 2020
1 parent 9b857f2 commit 45adfe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
@@ -1,7 +1,7 @@
CHANGES
=======

0.12.1 (unreleased)
0.13.0 (2020-01-25)
-------------------

- Add support for Python 3.6, Python3.7 and Python 3.8 (ale-rt)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@
import os


version = '0.12.1.dev0'
version = '0.13.0'

here = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(here, 'README.rst')).read()
Expand Down

0 comments on commit 45adfe6

Please sign in to comment.