[Checkins] SVN: z3c.pt/trunk/ Oops, according to this package's versioning history, the next version should be 1.1

Dan Korostelev nadako at gmail.com
Thu Aug 27 11:50:23 EDT 2009


Log message for revision 103298:
  Oops, according to this package's versioning history, the next version should be 1.1

Changed:
  U   z3c.pt/trunk/CHANGES.txt
  U   z3c.pt/trunk/setup.py

-=-
Modified: z3c.pt/trunk/CHANGES.txt
===================================================================
--- z3c.pt/trunk/CHANGES.txt	2009-08-27 15:49:14 UTC (rev 103297)
+++ z3c.pt/trunk/CHANGES.txt	2009-08-27 15:50:23 UTC (rev 103298)
@@ -1,8 +1,8 @@
 Changelog
 ---------
 
-1.0.1 (unreleased)
-~~~~~~~~~~~~~~~~~~
+1.1 (unreleased)
+~~~~~~~~~~~~~~~~
 
 - Declare zope security settings for classes when zope.security is present
   as the "class" ZCML directive was moved there.

Modified: z3c.pt/trunk/setup.py
===================================================================
--- z3c.pt/trunk/setup.py	2009-08-27 15:49:14 UTC (rev 103297)
+++ z3c.pt/trunk/setup.py	2009-08-27 15:50:23 UTC (rev 103298)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import sys
 
-version = '1.0.0'
+version = '1.1dev'
 
 install_requires = [
     'setuptools',



More information about the Checkins mailing list