Skip to content

Commit

Permalink
bumped to version 0.6 and updated change log
Browse files Browse the repository at this point in the history
  • Loading branch information
reinbach committed May 23, 2015
1 parent 9358cad commit cf33ce1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.txt
@@ -1,3 +1,13 @@
Changes in 0.6
- Tox cleanup (@edwinlunando)
- Add Python 3 trove classifier (@dekkers)
- Improved README (@glarrain)
- Appends _currency to non-money ExpressionFields [#101] (@alexhayes, @alexriina, @briankung)
- Data truncated for column [#103] (@alexhayes)
- Proxy Model with MoneyField returns wrong class [#80] (@spookylukey)
- Fixed has_changed not working [#95] (@spookylukey)
- Added/Cleaned up tests (@spookylukey, @alexriina)

Changes in 0.5
- Django 1.7 compatibility (Francois Rejete <francois@rejete.com>)
- Added "choices=" to instantiation of currency widget (David Stockwell <david@zooey.co.uk>)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -17,7 +17,7 @@ def run_tests(self):


setup(name="django-money",
version="0.5.0",
version="0.6.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 cf33ce1

Please sign in to comment.