Skip to content

Commit

Permalink
incr version for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsavage committed Jul 22, 2009
1 parent 2af4095 commit 5cdd518
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

0.2.8 (????-??-??)
-------------------

- no changes yet

0.2.7 (2009-07-22)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

version = '0.2.7'
version = '0.2.8dev'

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

0 comments on commit 5cdd518

Please sign in to comment.