[Checkins] SVN: relstorage/ Release prep

Shane Hathaway shane at hathawaymix.org
Tue Jan 27 13:51:05 EST 2009


Log message for revision 95251:
  Release prep
  

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	2009-01-27 17:50:19 UTC (rev 95250)
+++ relstorage/branches/1.1/CHANGES.txt	2009-01-27 18:51:05 UTC (rev 95251)
@@ -1,6 +1,6 @@
 
-Next Release
-------------
+Version 1.1.2 (2009-01-27)
+--------------------------
 
 - When both cache-servers and poll-interval are set, we now poll the
   cache for changes on every request.  This makes it possible to use

Modified: relstorage/branches/1.1/setup.py
===================================================================
--- relstorage/branches/1.1/setup.py	2009-01-27 17:50:19 UTC (rev 95250)
+++ relstorage/branches/1.1/setup.py	2009-01-27 18:51:05 UTC (rev 95251)
@@ -77,8 +77,8 @@
     classifiers=filter(None, classifiers.split("\n")),
     long_description = (
         read_file("README.txt") + "\n\n" +
-        "Changes\n" +
-        "=======\n\n" +
+        "Change History\n" +
+        "==============\n\n" +
         read_file("CHANGES.txt")),
     **setuptools_args
     )

Modified: relstorage/trunk/CHANGES.txt
===================================================================
--- relstorage/trunk/CHANGES.txt	2009-01-27 17:50:19 UTC (rev 95250)
+++ relstorage/trunk/CHANGES.txt	2009-01-27 18:51:05 UTC (rev 95251)
@@ -1,6 +1,6 @@
 
-Next Release
-------------
+Version 1.1.2 (2009-01-27)
+--------------------------
 
 - When both cache-servers and poll-interval are set, we now poll the
   cache for changes on every request.  This makes it possible to use

Modified: relstorage/trunk/setup.py
===================================================================
--- relstorage/trunk/setup.py	2009-01-27 17:50:19 UTC (rev 95250)
+++ relstorage/trunk/setup.py	2009-01-27 18:51:05 UTC (rev 95251)
@@ -77,8 +77,8 @@
     classifiers=filter(None, classifiers.split("\n")),
     long_description = (
         read_file("README.txt") + "\n\n" +
-        "Changes\n" +
-        "=======\n\n" +
+        "Change History\n" +
+        "==============\n\n" +
         read_file("CHANGES.txt")),
     **setuptools_args
     )



More information about the Checkins mailing list