Skip to content

Commit

Permalink
vb
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Oct 19, 2011
1 parent 6c2925d commit 83bc7ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +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.0b3 (2011-10-19)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from setuptools import setup, find_packages

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

0 comments on commit 83bc7ee

Please sign in to comment.