[Checkins] SVN: tempstorage/trunk/ Update version after release

Hanno Schlichting hannosch at hannosch.eu
Mon Aug 3 13:43:13 EDT 2009


Log message for revision 102465:
  Update version after release

Changed:
  U   tempstorage/trunk/CHANGES.txt
  U   tempstorage/trunk/setup.py

-=-
Modified: tempstorage/trunk/CHANGES.txt
===================================================================
--- tempstorage/trunk/CHANGES.txt	2009-08-03 17:42:20 UTC (rev 102464)
+++ tempstorage/trunk/CHANGES.txt	2009-08-03 17:43:12 UTC (rev 102465)
@@ -1,6 +1,10 @@
 Changelog
 =========
 
+2.11.3 - unreleased
+-------------------
+
+
 2.11.2 - 2009-08-03
 -------------------
 

Modified: tempstorage/trunk/setup.py
===================================================================
--- tempstorage/trunk/setup.py	2009-08-03 17:42:20 UTC (rev 102464)
+++ tempstorage/trunk/setup.py	2009-08-03 17:43:12 UTC (rev 102465)
@@ -20,7 +20,7 @@
                    file("CHANGES.txt").read()
 
 setup(name='tempstorage',
-      version = '2.11.2',
+      version = '2.11.3dev',
       url='http://pypi.python.org/pypi/tempstorage',
       license='ZPL 2.1',
       description='A RAM-based storage for ZODB',
@@ -29,7 +29,6 @@
       long_description=long_description,
       packages=find_packages('src'),
       package_dir={'': 'src'},
-
       install_requires=['ZODB3'],
       include_package_data=True,
       zip_safe=False,



More information about the Checkins mailing list