[Checkins] SVN: relstorage/ updated version numbers after release

Shane Hathaway shane at hathawaymix.org
Sat Dec 27 20:17:59 EST 2008


Log message for revision 94399:
  updated version numbers after release
  

Changed:
  U   relstorage/branches/1.1/CHANGES.txt
  U   relstorage/branches/1.1/setup.py
  U   relstorage/trunk/CHANGES.txt
  U   relstorage/trunk/setup.py

-=-
Modified: relstorage/branches/1.1/CHANGES.txt
===================================================================
--- relstorage/branches/1.1/CHANGES.txt	2008-12-28 01:13:50 UTC (rev 94398)
+++ relstorage/branches/1.1/CHANGES.txt	2008-12-28 01:17:58 UTC (rev 94399)
@@ -1,3 +1,7 @@
+Version 1.1.2 (unreleased)
+
+
+
 Version 1.1.1 (2008-12-27)
 
 - Worked around MySQL performance bugs in packing.  Used temporary

Modified: relstorage/branches/1.1/setup.py
===================================================================
--- relstorage/branches/1.1/setup.py	2008-12-28 01:13:50 UTC (rev 94398)
+++ relstorage/branches/1.1/setup.py	2008-12-28 01:17:58 UTC (rev 94399)
@@ -27,7 +27,7 @@
 with RelStorage.
 """
 
-VERSION = "1.1dev"
+VERSION = "1.1.2dev"
 
 classifiers = """\
 Development Status :: 5 - Production/Stable

Modified: relstorage/trunk/CHANGES.txt
===================================================================
--- relstorage/trunk/CHANGES.txt	2008-12-28 01:13:50 UTC (rev 94398)
+++ relstorage/trunk/CHANGES.txt	2008-12-28 01:17:58 UTC (rev 94399)
@@ -1,5 +1,13 @@
-Version 1.1.1 (unreleased)
+Version 1.2 (unreleased)
 
+
+
+Version 1.1.2 (unreleased)
+
+
+
+Version 1.1.1 (2008-12-27)
+
 - Worked around MySQL performance bugs in packing.  Used temporary
   tables and another column in the pack_object table.  The
   other databases may benefit from the optimization as well.

Modified: relstorage/trunk/setup.py
===================================================================
--- relstorage/trunk/setup.py	2008-12-28 01:13:50 UTC (rev 94398)
+++ relstorage/trunk/setup.py	2008-12-28 01:17:58 UTC (rev 94399)
@@ -27,7 +27,7 @@
 with RelStorage.
 """
 
-VERSION = "1.1dev"
+VERSION = "1.2dev"
 
 classifiers = """\
 Development Status :: 4 - Beta



More information about the Checkins mailing list