We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abb062b commit b2337b9Copy full SHA for b2337b9
CHANGES.rst
@@ -1,8 +1,8 @@
1
CHANGES
2
=======
3
4
-tip (unreleased)
5
-----------------
+1.0.2 (2014-09-08)
+------------------
6
7
- Fixed compatibility with Django 1.7. Fixed BB-20 and GH-8.
8
setup.py
@@ -24,7 +24,7 @@
24
25
setup(
26
name='django-form-utils',
27
- version='1.0.1.post%s' % hgrev,
+ version='1.0.2',
28
description='Form utilities for Django',
29
long_description=long_description,
30
author='Carl Meyer',
0 commit comments