Skip to content

Commit

Permalink
bumping to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pydanny committed Dec 3, 2009
1 parent b8c25f7 commit e5df2d2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '0.6.0'
version = '0.7.0'

LONG_DESCRIPTION = """
=====================================
Expand All @@ -18,8 +18,13 @@
This release includes:
#. Adding in new method and action form helpers (functionality).
#. Putting the error elements where they are supposed to be (bug).
* Removed a <hr /> from the layout module.
* Changed templatetags/uni_form.py to templatetags/uni_form_tags.py. Yes, this breaks backwards compatibility but fixes a namespace problems in Django with naming a templatetag library after the parent application.
* Changed form_action attribute to accept not just named URLs but also any old URL.
* Added in uni_form_setup tag.
* Added tests
* Added several new contributors including Dragan Babic
* Added Danish language translation
"""

setup(
Expand Down
2 changes: 1 addition & 1 deletion uni_form/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__author__ = "Daniel Greenfeld"
__version__="0.6.0"
__version__="0.7.0"

0 comments on commit e5df2d2

Please sign in to comment.