Skip to content

Commit

Permalink
bumped to version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fizista committed Sep 14, 2013
1 parent 9920f67 commit 59f99bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Changes in 0.4
- Python 3 compatibility
- add tox tests
- add format localization
- tag money_localize

Changes in 0.3.3
- Fixed issues with money widget not passing attrs up to django's render method, caused id attribute to not be set in html for widgets (adambregenzer)
- Fixed issue of default currency not being passed on to widget (snbuchholz)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def run_tests(self):


setup(name="django-money",
version="0.3.3.1",
version="0.4.0.0",
description="Adds support for using money and currency fields in django models and forms. Uses py-moneyed as the money implementation.",
url="https://github.com/jakewins/django-money",
maintainer='Greg Reinbach',
Expand Down

0 comments on commit 59f99bb

Please sign in to comment.