[Checkins] SVN: five.pt/trunk/ Preparing release.

Malthe Borch mborch at gmail.com
Thu Jul 7 10:31:22 EDT 2011


Log message for revision 122131:
  Preparing release.

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

-=-
Modified: five.pt/trunk/CHANGES.txt
===================================================================
--- five.pt/trunk/CHANGES.txt	2011-07-07 14:30:56 UTC (rev 122130)
+++ five.pt/trunk/CHANGES.txt	2011-07-07 14:31:22 UTC (rev 122131)
@@ -1,7 +1,8 @@
 Changelog
 =========
 
-In next release ...
+2.0-rc3 (2011-07-07)
+~~~~~~~~~~~~~~~~~~~~
 
 - Refactor custom Python expression implementation to use the
   ``parse`` method. This builds directly on the base implementation

Modified: five.pt/trunk/setup.py
===================================================================
--- five.pt/trunk/setup.py	2011-07-07 14:30:56 UTC (rev 122130)
+++ five.pt/trunk/setup.py	2011-07-07 14:31:22 UTC (rev 122131)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-version = '2.0-rc2'
+version = '2.0-rc3'
 
 setup(name='five.pt',
       version=version,



More information about the checkins mailing list