Skip to content

Commit

Permalink
svb
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Mar 4, 2013
1 parent 9096d70 commit e3452f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.txt
@@ -1,6 +1,11 @@
``zope.sequencesort`` Changelog
===============================

4.0.2 (unreleased)
------------------

- TBD

4.0.1 (2013-03-04)
------------------

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

setup(name="zope.sequencesort",
version = '4.0.1',
version = '4.0.2dev',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Sequence Sorting',
Expand Down

0 comments on commit e3452f8

Please sign in to comment.