Skip to content

Commit

Permalink
prep for 1.0a7
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Aug 25, 2012
1 parent 13d127b commit 892d071
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
Next release 1.0a7 (2012-08-25)
------------ ------------------


- Venusian now works on Python 3.3b2+ (importlib-based). - Venusian now works on Python 3.3b2+ (importlib-based).


Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
# other places throughout the built documents. # other places throughout the built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '1.0a6' version = '1.0a7'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = version release = version


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
docs_extras = ['Sphinx', 'repoze.sphinx.autointerface'] docs_extras = ['Sphinx', 'repoze.sphinx.autointerface']


setup(name='venusian', setup(name='venusian',
version='1.0a6', version='1.0a7',
description='A library for deferring decorator actions', description='A library for deferring decorator actions',
long_description=README + '\n\n' + CHANGES, long_description=README + '\n\n' + CHANGES,
classifiers=[ classifiers=[
Expand Down

0 comments on commit 892d071

Please sign in to comment.