Skip to content

Commit

Permalink
update changelog and prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerhard Weis committed Aug 5, 2015
1 parent 8e68ad1 commit bbdb0ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.txt
Expand Up @@ -2,6 +2,14 @@
CHANGES
=======

0.5.2 (2015-08-06)
-----------------

- Fix parsing of Periods (Fabien Bochu)
- Make Duration objects hashable (Geoffrey Fairchild)
- Add multiplication to duration (Reinoud Elhorst)


0.5.1 (2014-11-07)
------------------

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

setup(name='isodate',
version='0.5.2-dev',
version='0.5.2',
packages=['isodate', 'isodate.tests'],
package_dir={'': 'src'},

Expand Down

0 comments on commit bbdb0ee

Please sign in to comment.