[Checkins] SVN: zc.dict/tags/1.3b1/ pre-release version bump

Thomas Lotze tl at gocept.com
Mon Mar 16 15:40:09 EDT 2009


Log message for revision 98160:
  pre-release version bump

Changed:
  U   zc.dict/tags/1.3b1/CHANGES.txt
  U   zc.dict/tags/1.3b1/setup.py

-=-
Modified: zc.dict/tags/1.3b1/CHANGES.txt
===================================================================
--- zc.dict/tags/1.3b1/CHANGES.txt	2009-03-16 19:31:03 UTC (rev 98159)
+++ zc.dict/tags/1.3b1/CHANGES.txt	2009-03-16 19:40:08 UTC (rev 98160)
@@ -1,5 +1,5 @@
-1.3 (unreleased)
-----------------
+1.3b1 (2009-03-16)
+------------------
 
 * Changed the implementation of OrderedDict to store the order in buckets
   using zc.blist. At present, this improves performance only for those

Modified: zc.dict/tags/1.3b1/setup.py
===================================================================
--- zc.dict/tags/1.3b1/setup.py	2009-03-16 19:31:03 UTC (rev 98159)
+++ zc.dict/tags/1.3b1/setup.py	2009-03-16 19:40:08 UTC (rev 98160)
@@ -5,7 +5,7 @@
                     open("src/zc/dict/ordered.txt").read())
 setup(
     name="zc.dict",
-    version="1.3dev",
+    version="1.3b1",
     license="ZPL 2.1",
     author="Zope Corporation",
     author_email="zope3-dev at zope.org",



More information about the Checkins mailing list