Skip to content

Commit

Permalink
Back to development: 1.2.4
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
mauritsvanrees committed Nov 25, 2015
1 parent 14293cb commit 37dc11f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,18 @@
Changelog
=========

1.2.4 (unreleased)
------------------

New:

- *add item here*

Fixes:

- *add item here*


1.2.3 (2015-11-25)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@
def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

version = '1.2.3'
version = '1.2.4.dev0'

long_description = '{0}\n\n{1}'.format(
read('README.rst'),
Expand Down

0 comments on commit 37dc11f

Please sign in to comment.