Skip to content

Commit

Permalink
Preparing release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
strichter committed Feb 20, 2013
1 parent befdde7 commit 863e236
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CHANGES
=======

4.0.0 (unreleased)
4.0.0 (2013-02-19)
------------------

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

setup(name='zope.datetime',
version='4.0.0dev',
version='4.0.0',
url='http://pypi.python.org/pypi/zope.datetime',
license='ZPL 2.1',
description='Zope datetime',
Expand Down

0 comments on commit 863e236

Please sign in to comment.