Skip to content

Commit

Permalink
Back to development: 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
esteele committed Feb 8, 2012
1 parent 9472f3a commit 49081ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.txt
@@ -1,6 +1,12 @@
Changelog
=========

1.2.3 (unreleased)
------------------

- Nothing changed yet.


1.2.2 (2012-02-07)
------------------

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.2'
version = '1.2.3dev'

long_description = (
read('README.txt')
Expand Down

0 comments on commit 49081ff

Please sign in to comment.