Skip to content

Commit

Permalink
Get us a proper changelog!
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Feb 2, 2009
1 parent 18782d4 commit f94a9d4
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGES.txt
@@ -0,0 +1,27 @@
Changelog
=========

2.11.2dev (unreleased)
----------------------

- Include *all* pytz zone names, not just "common" ones.

- Fix one fragile doctest, band-aid another.

- Fix for launchpad #267545: DateTime(DateTime()) should preserve the
correct hour.

2.11.1 (2008-08-05)
-------------------

- DateTime conversion of datetime objects with non-pytz tzinfo. Timezones()
returns a copy of the timezone list (allows tests to run).

- Merged the slinkp-datetime-200007 branch: fix the DateTime(anotherDateTime)
constructor to preserve timezones.

2.11.0b1 (2008-01-06)
---------------------

- Split off from the Zope2 main source code tree.

4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -27,8 +27,8 @@
author='Zope Corporation and Contributors',
author_email='zope-dev@zope.org',
long_description=open(
os.path.join('src', 'DateTime', 'DateTime.txt')).read(),

os.path.join('src', 'DateTime', 'DateTime.txt')).read() + \
'\n\n' + open('CHANGES.txt').read(),
packages=find_packages('src'),
package_dir={'': 'src'},

Expand Down

0 comments on commit f94a9d4

Please sign in to comment.