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