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