Skip to content

Commit

Permalink
Release 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusH committed Nov 8, 2013
1 parent 7e69839 commit 33713c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dynamic_forms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from __future__ import unicode_literals


VERSION = (0, 2, 0, 'alpha', 0)
VERSION = (0, 2, 0, 'final', 0)


def get_version(full=True):
Expand Down
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,9 @@ def read(*parts):
return fp.read()


from dynamic_forms import get_version


setup(
name='django-dynamic-forms',
version=get_version(),
version='0.2',
description='django-dynamic-forms is a reusable Django application to create and configure forms through the admin.',
long_description=read('README.rst'),
author='Markus Holtermann',
Expand Down

0 comments on commit 33713c9

Please sign in to comment.