Skip to content

Commit b2337b9

Browse files
committed
Bump version to 1.0.2.
1 parent abb062b commit b2337b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
CHANGES
22
=======
33

4-
tip (unreleased)
5-
----------------
4+
1.0.2 (2014-09-08)
5+
------------------
66

77
- Fixed compatibility with Django 1.7. Fixed BB-20 and GH-8.
88

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
setup(
2626
name='django-form-utils',
27-
version='1.0.1.post%s' % hgrev,
27+
version='1.0.2',
2828
description='Form utilities for Django',
2929
long_description=long_description,
3030
author='Carl Meyer',

0 commit comments

Comments
 (0)