Skip to content

Commit

Permalink
prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Jul 9, 2010
1 parent bd580c2 commit e0ecd7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes
=======

3.6.0 (unreleased)
3.6.0 (2010-07-09)
------------------

- Added name check for names assigned during imports using the
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

setup(name='RestrictedPython',
version='3.6.0dev',
version='3.6.0',
url='http://pypi.python.org/pypi/RestrictedPython',
license='ZPL 2.1',
description='RestrictedPython provides a restricted execution '
Expand Down

0 comments on commit e0ecd7e

Please sign in to comment.