[Checkins] SVN: zope.principalregistry/trunk/ Bump version.

Dan Korostelev nadako at gmail.com
Fri Mar 13 20:14:00 EDT 2009


Log message for revision 98075:
  Bump version.

Changed:
  U   zope.principalregistry/trunk/CHANGES.txt
  U   zope.principalregistry/trunk/setup.py

-=-
Modified: zope.principalregistry/trunk/CHANGES.txt
===================================================================
--- zope.principalregistry/trunk/CHANGES.txt	2009-03-14 00:13:28 UTC (rev 98074)
+++ zope.principalregistry/trunk/CHANGES.txt	2009-03-14 00:14:00 UTC (rev 98075)
@@ -2,9 +2,14 @@
 CHANGES
 =======
 
-3.7.0 (unreleased)
+3.7.1 (unreleased)
 ------------------
 
+- ...
+
+3.7.0 (2009-03-14)
+------------------
+
 - Remove ``zope.container`` dependency, as contained principals didn't make any
   sense, since PrincipalRegistry never provided IContainer. Also, zope.container
   pulls a number dependencies, that are not needed for non-persistent principal

Modified: zope.principalregistry/trunk/setup.py
===================================================================
--- zope.principalregistry/trunk/setup.py	2009-03-14 00:13:28 UTC (rev 98074)
+++ zope.principalregistry/trunk/setup.py	2009-03-14 00:14:00 UTC (rev 98075)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.principalregistry',
-      version = '3.7.0dev',
+      version = '3.7.1',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Global principal registry component for Zope3',



More information about the Checkins mailing list