Skip to content

Commit

Permalink
Prepare DateTime 3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Dec 9, 2011
1 parent 83bc7ee commit 1abd4ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.txt
Expand Up @@ -21,9 +21,10 @@ calling its `micros()` methods. DateTime is not particular well suited to be
used in comparing timestamps of file systems - use the time and datetime objects
from the Python standard library instead.

3.0 (unreleased)
3.0 (2011-12-09)
----------------

- No changes.

3.0b3 (2011-10-19)
------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -16,7 +16,7 @@
from setuptools import setup, find_packages

setup(name='DateTime',
version = '3.0dev',
version = '3.0',
url='http://pypi.python.org/pypi/DateTime',
license='ZPL 2.1',
description="""\
Expand Down

0 comments on commit 1abd4ec

Please sign in to comment.