Skip to content

Commit

Permalink
Preparing release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
instification committed Dec 8, 2016
1 parent fec67ad commit c59502b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

1.0.2 (unreleased)
1.0.2 (2016-12-08)
------------------

- Force relative import, fixes Python 3 [miohtama]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup

project = 'pyramid_recaptcha'
version = '1.0.2.dev0'
version = '1.0.2'

here = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(here, 'README.rst')).read()
Expand Down

0 comments on commit c59502b

Please sign in to comment.