[Checkins] SVN: z3c.caching/trunk/ update trunk version and history

Ricardo Newbery ric at digitalmarbles.com
Thu Apr 22 05:43:53 EDT 2010


Log message for revision 111253:
  update trunk version and history
  

Changed:
  U   z3c.caching/trunk/docs/HISTORY.txt
  U   z3c.caching/trunk/setup.py

-=-
Modified: z3c.caching/trunk/docs/HISTORY.txt
===================================================================
--- z3c.caching/trunk/docs/HISTORY.txt	2010-04-22 09:07:00 UTC (rev 111252)
+++ z3c.caching/trunk/docs/HISTORY.txt	2010-04-22 09:43:52 UTC (rev 111253)
@@ -1,6 +1,13 @@
 Changelog
 =========
 
+
+2.0b1 - Unreleased
+------------------
+
+* ...
+
+
 2.0a1 - April 22, 2010
 ----------------------
 
@@ -27,6 +34,7 @@
 * Made the registry use the ZCA more directly.
   [matthewwilkes]
 
+
 1.0b1 - October 15, 2008
 ------------------------
 

Modified: z3c.caching/trunk/setup.py
===================================================================
--- z3c.caching/trunk/setup.py	2010-04-22 09:07:00 UTC (rev 111252)
+++ z3c.caching/trunk/setup.py	2010-04-22 09:43:52 UTC (rev 111253)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import os.path
 
-version = "2.0a1"
+version = "2.0b1"
 
 setup(name                  = "z3c.caching",
       version               = version,



More information about the checkins mailing list