Skip to content

Commit

Permalink
Fix packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Jul 31, 2016
1 parent 22ee601 commit b34573c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Changes in 0.9
--------------
Changes in 0.9.1
----------------

- Fix packaging.

Changes in 0.9.0
----------------

NB! If you are using custom model managers **not** named `objects` and you expect them to still work, please read below.

Expand Down
2 changes: 1 addition & 1 deletion djmoney/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-

__version__ = '0.9.0'
__version__ = '0.9.1'
default_app_config = 'djmoney.apps.MoneyConfig'
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ def run_tests(self):
'djmoney.forms',
'djmoney.models',
'djmoney.templatetags',
'djmoney.contrib',
'djmoney.contrib.django_rest_framework',
],
install_requires=[
'setuptools',
Expand Down

0 comments on commit b34573c

Please sign in to comment.