Skip to content

Commit

Permalink
Prep 3.5.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Mar 17, 2009
1 parent 279faa4 commit e82b2ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changes
=======

After 3.5.0 (unreleased)
------------------------
3.5.1 (2009-03-17)
------------------

- Added tests for ``Utilities`` module.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

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

0 comments on commit e82b2ca

Please sign in to comment.