[Checkins] SVN: five.pt/t Tag 1.0

Wichert Akkerman wichert at wiggy.net
Thu May 13 16:03:16 EDT 2010


Log message for revision 112297:
  Tag 1.0

Changed:
  A   five.pt/tags/1.0/
  U   five.pt/tags/1.0/CHANGES.txt
  U   five.pt/tags/1.0/setup.py
  U   five.pt/trunk/CHANGES.txt
  U   five.pt/trunk/setup.py

-=-
Modified: five.pt/tags/1.0/CHANGES.txt
===================================================================
--- five.pt/trunk/CHANGES.txt	2010-05-13 19:55:36 UTC (rev 112296)
+++ five.pt/tags/1.0/CHANGES.txt	2010-05-13 20:03:16 UTC (rev 112297)
@@ -1,7 +1,8 @@
 Changelog
 =========
 
-In next release...
+1.0 - 2010-05-13
+~~~~~~~~~~~~~~~~~
 
 - If template is not an acquirer, wrap it implicitly. [malthe]
 

Modified: five.pt/tags/1.0/setup.py
===================================================================
--- five.pt/trunk/setup.py	2010-05-13 19:55:36 UTC (rev 112296)
+++ five.pt/tags/1.0/setup.py	2010-05-13 20:03:16 UTC (rev 112297)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-version = '0.11dev'
+version = '1.0'
 
 setup(name='five.pt',
       version=version,

Modified: five.pt/trunk/CHANGES.txt
===================================================================
--- five.pt/trunk/CHANGES.txt	2010-05-13 19:55:36 UTC (rev 112296)
+++ five.pt/trunk/CHANGES.txt	2010-05-13 20:03:16 UTC (rev 112297)
@@ -3,6 +3,12 @@
 
 In next release...
 
+- ...
+
+
+1.0 - 2010-05-13
+~~~~~~~~~~~~~~~~~
+
 - If template is not an acquirer, wrap it implicitly. [malthe]
 
 - Removed unused ``ViewletManager`` ZCML handler. [malthe]

Modified: five.pt/trunk/setup.py
===================================================================
--- five.pt/trunk/setup.py	2010-05-13 19:55:36 UTC (rev 112296)
+++ five.pt/trunk/setup.py	2010-05-13 20:03:16 UTC (rev 112297)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-version = '0.11dev'
+version = '1.1dev'
 
 setup(name='five.pt',
       version=version,



More information about the checkins mailing list