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

Wichert Akkerman wichert at wiggy.net
Wed Apr 14 08:13:21 EDT 2010


Log message for revision 110855:
  Tag 0.9

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

-=-
Modified: five.pt/tags/0.9/CHANGES.txt
===================================================================
--- five.pt/trunk/CHANGES.txt	2010-04-14 12:12:15 UTC (rev 110854)
+++ five.pt/tags/0.9/CHANGES.txt	2010-04-14 12:13:21 UTC (rev 110855)
@@ -1,7 +1,7 @@
 Changelog
 =========
 
-?.? - unreleased
+0.9 - 2010-04-14
 ~~~~~~~~~~~~~~~~
 
 - Basic support for five.grok templates. [wichert]

Modified: five.pt/tags/0.9/setup.py
===================================================================
--- five.pt/trunk/setup.py	2010-04-14 12:12:15 UTC (rev 110854)
+++ five.pt/tags/0.9/setup.py	2010-04-14 12:13:21 UTC (rev 110855)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-version = '0.9dev'
+version = '0.9'
 
 setup(name='five.pt',
       version=version,

Modified: five.pt/trunk/CHANGES.txt
===================================================================
--- five.pt/trunk/CHANGES.txt	2010-04-14 12:12:15 UTC (rev 110854)
+++ five.pt/trunk/CHANGES.txt	2010-04-14 12:13:21 UTC (rev 110855)
@@ -4,6 +4,12 @@
 ?.? - unreleased
 ~~~~~~~~~~~~~~~~
 
+- ...
+
+
+0.9 - 2010-04-14
+~~~~~~~~~~~~~~~~
+
 - Basic support for five.grok templates. [wichert]
 
 0.8 - 2010-01-05

Modified: five.pt/trunk/setup.py
===================================================================
--- five.pt/trunk/setup.py	2010-04-14 12:12:15 UTC (rev 110854)
+++ five.pt/trunk/setup.py	2010-04-14 12:13:21 UTC (rev 110855)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-version = '0.9dev'
+version = '0.10dev'
 
 setup(name='five.pt',
       version=version,



More information about the checkins mailing list