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

Wichert Akkerman wichert at wiggy.net
Sat May 15 02:54:16 EDT 2010


Log message for revision 112325:
  Tag 1.1

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

-=-
Modified: five.pt/tags/1.1/CHANGES.txt
===================================================================
--- five.pt/trunk/CHANGES.txt	2010-05-15 06:51:46 UTC (rev 112324)
+++ five.pt/tags/1.1/CHANGES.txt	2010-05-15 06:54:16 UTC (rev 112325)
@@ -1,12 +1,12 @@
 Changelog
 =========
 
-In next release...
+1.1 - 2010-05-15
+~~~~~~~~~~~~~~~~~
 
 - Add DateTime to the base context. Fixes problems with certain ZMI pages.
   [wichert]
 
-
 1.0 - 2010-05-13
 ~~~~~~~~~~~~~~~~~
 

Modified: five.pt/tags/1.1/setup.py
===================================================================
--- five.pt/trunk/setup.py	2010-05-15 06:51:46 UTC (rev 112324)
+++ five.pt/tags/1.1/setup.py	2010-05-15 06:54:16 UTC (rev 112325)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-version = '1.1dev'
+version = '1.1'
 
 setup(name='five.pt',
       version=version,

Modified: five.pt/trunk/CHANGES.txt
===================================================================
--- five.pt/trunk/CHANGES.txt	2010-05-15 06:51:46 UTC (rev 112324)
+++ five.pt/trunk/CHANGES.txt	2010-05-15 06:54:16 UTC (rev 112325)
@@ -3,10 +3,15 @@
 
 In next release...
 
+- ...
+
+
+1.1 - 2010-05-15
+~~~~~~~~~~~~~~~~~
+
 - Add DateTime to the base context. Fixes problems with certain ZMI pages.
   [wichert]
 
-
 1.0 - 2010-05-13
 ~~~~~~~~~~~~~~~~~
 

Modified: five.pt/trunk/setup.py
===================================================================
--- five.pt/trunk/setup.py	2010-05-15 06:51:46 UTC (rev 112324)
+++ five.pt/trunk/setup.py	2010-05-15 06:54:16 UTC (rev 112325)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-version = '1.1dev'
+version = '1.2dev'
 
 setup(name='five.pt',
       version=version,



More information about the checkins mailing list