Skip to content

Commit

Permalink
Back to development: 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
vrialland committed Jun 1, 2018
1 parent 5f8a005 commit 663f7f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog
===========

1.13 (unreleased)
+++++++++++++++++

- Nothing changed yet.


1.12 (2018-06-01)
+++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup
from setuptools.command.test import test as TestCommand

version = '1.12'
version = '1.13.dev0'

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

0 comments on commit 663f7f6

Please sign in to comment.