Skip to content

Commit

Permalink
Preparing release 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
menesis committed Mar 7, 2013
1 parent a55d0b3 commit f8b0b0d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Expand Up @@ -2,7 +2,7 @@
CHANGES
=======

3.7.1 (unreleased)
3.7.1 (2013-03-07)
------------------

- Use doctest from the standard library, drop ``zope.testing`` from test
Expand Down
4 changes: 4 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,4 @@
include bootstrap.py
include buildout.cfg
include *.txt
recursive-include src *.zcml
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -27,7 +27,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

setup(name='zope.app.principalannotation',
version = '3.7.0',
version='3.7.1',
author='Zope Corporation and Contributors',
author_email='zope-dev@zope.org',
description='Bootstrap subscriber and browser menu item for zope.principalannotation',
Expand Down

0 comments on commit f8b0b0d

Please sign in to comment.