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

Wichert Akkerman wichert at wiggy.net
Mon Aug 30 08:47:57 EDT 2010


Log message for revision 116032:
  Tag 1.2

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

-=-
Modified: five.pt/tags/1.2/CHANGES.txt
===================================================================
--- five.pt/trunk/CHANGES.txt	2010-08-30 12:43:54 UTC (rev 116031)
+++ five.pt/tags/1.2/CHANGES.txt	2010-08-30 12:47:57 UTC (rev 116032)
@@ -1,7 +1,8 @@
 Changelog
 =========
 
-In next release...
+1.2 - 2010-08-30
+~~~~~~~~~~~~~~~~
 
 - Fixed acquisition-wrapping issue: we need to wrap with the parent to
   avoid a pair of template objects (original and patched).

Modified: five.pt/tags/1.2/setup.py
===================================================================
--- five.pt/trunk/setup.py	2010-08-30 12:43:54 UTC (rev 116031)
+++ five.pt/tags/1.2/setup.py	2010-08-30 12:47:57 UTC (rev 116032)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-version = '1.2dev'
+version = '1.2'
 
 setup(name='five.pt',
       version=version,

Modified: five.pt/trunk/CHANGES.txt
===================================================================
--- five.pt/trunk/CHANGES.txt	2010-08-30 12:43:54 UTC (rev 116031)
+++ five.pt/trunk/CHANGES.txt	2010-08-30 12:47:57 UTC (rev 116032)
@@ -3,6 +3,12 @@
 
 In next release...
 
+- ...
+
+
+1.2 - 2010-08-30
+~~~~~~~~~~~~~~~~
+
 - Fixed acquisition-wrapping issue: we need to wrap with the parent to
   avoid a pair of template objects (original and patched).
 

Modified: five.pt/trunk/setup.py
===================================================================
--- five.pt/trunk/setup.py	2010-08-30 12:43:54 UTC (rev 116031)
+++ five.pt/trunk/setup.py	2010-08-30 12:47:57 UTC (rev 116032)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-version = '1.2dev'
+version = '1.3dev'
 
 setup(name='five.pt',
       version=version,



More information about the checkins mailing list