Skip to content

Commit

Permalink
update version + add setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
areski committed Oct 4, 2012
1 parent 1623410 commit 7cf4a6f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========


0.5 (2012-10-04)
------------------

* Fix requirements


0.4 (2012-10-03)
------------------

Expand Down
2 changes: 1 addition & 1 deletion audiofield/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 4, 15, "final", 0)
VERSION = (0, 5, 0, "final", 0)


def get_version():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def parse_dependency_links(file_name):
install_requires=parse_requirements('audiofield/requirements.txt'),
dependency_links=parse_dependency_links('audiofield/requirements.txt'),
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 7cf4a6f

Please sign in to comment.