[Checkins] SVN: zc.blist/trunk/s post-release version bump and changelog update

Thomas Lotze tl at gocept.com
Thu Mar 12 13:41:21 EDT 2009


Log message for revision 98008:
  post-release version bump and changelog update

Changed:
  U   zc.blist/trunk/setup.py
  U   zc.blist/trunk/src/zc/blist/CHANGES.txt

-=-
Modified: zc.blist/trunk/setup.py
===================================================================
--- zc.blist/trunk/setup.py	2009-03-12 17:37:51 UTC (rev 98007)
+++ zc.blist/trunk/setup.py	2009-03-12 17:41:21 UTC (rev 98008)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006-2008 Zope Corporation and Contributors.
+# Copyright (c) 2006-2009 Zope Corporation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
@@ -72,7 +72,7 @@
 
 setup(
     name='zc.blist',
-    version='1.0b2dev',
+    version='1.0dev',
     packages=find_packages('src'),
     package_dir={'':'src'},
     zip_safe=False,

Modified: zc.blist/trunk/src/zc/blist/CHANGES.txt
===================================================================
--- zc.blist/trunk/src/zc/blist/CHANGES.txt	2009-03-12 17:37:51 UTC (rev 98007)
+++ zc.blist/trunk/src/zc/blist/CHANGES.txt	2009-03-12 17:41:21 UTC (rev 98008)
@@ -1,4 +1,8 @@
-1.0b2 (unreleased)
+1.0 (unreleased)
+================
+
+
+1.0b2 (2009-03-12)
 ==================
 
 - fixed: internal data structures were not stored correctly in the ZODB, so



More information about the Checkins mailing list