Skip to content

Commit

Permalink
Back to development: 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
menesis committed Feb 15, 2012
1 parent 5192d3d commit 37649c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

1.0.2 (unreleased)
------------------

- Nothing changed yet.


1.0.1 (2012-02-15)
------------------

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


version = '1.0.1'
version = '1.0.2dev'

tests_require = [
'zope.testing',
Expand Down

0 comments on commit 37649c1

Please sign in to comment.