[Checkins] SVN: z3c.caching/trunk/ Bump version from 1.0 to 2.0. Pruning and refactoring to come.

Matthew Wilkes matthew at matthewwilkes.co.uk
Mon Dec 28 11:04:23 EST 2009


Log message for revision 107219:
  Bump version from 1.0 to 2.0.  Pruning and refactoring to come.

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

-=-
Modified: z3c.caching/trunk/docs/HISTORY.txt
===================================================================
--- z3c.caching/trunk/docs/HISTORY.txt	2009-12-28 12:39:58 UTC (rev 107218)
+++ z3c.caching/trunk/docs/HISTORY.txt	2009-12-28 16:04:23 UTC (rev 107219)
@@ -1,6 +1,12 @@
 Changelog
 =========
 
+2.0a1 - Unreleased
+------------------
+
+
+
+
 1.0b1 - October 15, 2008
 ------------------------
 

Added: z3c.caching/trunk/setup.cfg
===================================================================
--- z3c.caching/trunk/setup.cfg	                        (rev 0)
+++ z3c.caching/trunk/setup.cfg	2009-12-28 16:04:23 UTC (rev 107219)
@@ -0,0 +1,4 @@
+[egg_info]
+tag_build = dev
+tag_svn_revision = true
+

Modified: z3c.caching/trunk/setup.py
===================================================================
--- z3c.caching/trunk/setup.py	2009-12-28 12:39:58 UTC (rev 107218)
+++ z3c.caching/trunk/setup.py	2009-12-28 16:04:23 UTC (rev 107219)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import os.path
 
-version = "1.0dev"
+version = "2.0a1"
 
 setup(name                  = "z3c.caching",
       version               = version,



More information about the checkins mailing list