[Checkins] SVN: zope.browserresource/trunk/ Version bump.

Dan Korostelev nadako at gmail.com
Fri Sep 25 10:43:33 EDT 2009


Log message for revision 104527:
  Version bump.

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

-=-
Modified: zope.browserresource/trunk/CHANGES.txt
===================================================================
--- zope.browserresource/trunk/CHANGES.txt	2009-09-25 14:43:02 UTC (rev 104526)
+++ zope.browserresource/trunk/CHANGES.txt	2009-09-25 14:43:33 UTC (rev 104527)
@@ -2,9 +2,14 @@
 CHANGES
 =======
 
-3.10.0 (unreleased)
+3.10.1 (unreleased)
 ===================
 
+- ...
+
+3.10.0 (2009-09-25)
+===================
+
 - Add an ability to forbid publishing of some files in the resource directory,
   this is done by fnmatch'ing the wildcards in the ``forbidden_names``class
   attribute of ``DirectoryResource``. By default, the ``.svn`` is in that

Modified: zope.browserresource/trunk/setup.py
===================================================================
--- zope.browserresource/trunk/setup.py	2009-09-25 14:43:02 UTC (rev 104526)
+++ zope.browserresource/trunk/setup.py	2009-09-25 14:43:33 UTC (rev 104527)
@@ -19,7 +19,7 @@
                     open('CHANGES.txt').read())
 
 setup(name='zope.browserresource',
-      version = '3.10.0dev',
+      version = '3.10.1dev',
       url='http://pypi.python.org/pypi/zope.browserresource/',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',



More information about the checkins mailing list