Skip to content

Commit

Permalink
Preparing release 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Sep 10, 2020
1 parent 64b7590 commit 4f071e9
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
Expand Up @@ -2,7 +2,7 @@
CHANGES
=======

3.10.0 (unreleased)
3.10.0 (2020-09-10)
-------------------

- On removal of a site, clear the bases of its site manager. This fixes a reference leak
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

setup(name='zope.site',
version='3.10.0.dev0',
version='3.10.0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Local registries for zope component architecture',
Expand Down

0 comments on commit 4f071e9

Please sign in to comment.