[Checkins] SVN: zc.resourcelibrary/trunk/ Argh, 0.7dev releases have been made so 0.6.2 would be pointless. 0.8 is next, followed by 1.0 according to Benji.

Thomas Lotze tl at gocept.com
Tue Dec 4 17:36:18 EST 2007


Log message for revision 82132:
  Argh, 0.7dev releases have been made so 0.6.2 would be pointless. 0.8 is next, followed by 1.0 according to Benji.

Changed:
  U   zc.resourcelibrary/trunk/CHANGES.txt
  U   zc.resourcelibrary/trunk/setup.py

-=-
Modified: zc.resourcelibrary/trunk/CHANGES.txt
===================================================================
--- zc.resourcelibrary/trunk/CHANGES.txt	2007-12-04 22:33:01 UTC (rev 82131)
+++ zc.resourcelibrary/trunk/CHANGES.txt	2007-12-04 22:36:17 UTC (rev 82132)
@@ -2,8 +2,8 @@
 CHANGES
 =======
 
-0.6.2 (2007-12-04)
-------------------
+0.8 (2007-12-04)
+----------------
 
 - fixed the check for HTML and XML content to allow content type parameters
 

Modified: zc.resourcelibrary/trunk/setup.py
===================================================================
--- zc.resourcelibrary/trunk/setup.py	2007-12-04 22:33:01 UTC (rev 82131)
+++ zc.resourcelibrary/trunk/setup.py	2007-12-04 22:36:17 UTC (rev 82132)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zc.resourcelibrary',
-      version = '0.7.0dev',
+      version = '1.0dev',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Post-rendering Resource Inclusion',



More information about the Checkins mailing list