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

Malthe Borch mborch at gmail.com
Thu Sep 23 03:21:28 EDT 2010


Log message for revision 116744:
  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	2010-09-23 07:20:43 UTC (rev 116743)
+++ five.pt/trunk/CHANGES.txt	2010-09-23 07:21:28 UTC (rev 116744)
@@ -1,6 +1,9 @@
 Changelog
 =========
 
+1.3.1 - 2010-09-23
+~~~~~~~~~~~~~~~~~~
+
 - Added support for eager loading (environment variable
   ``CHAMELEON_EAGER``). This flag should be passed only in development
   mode and will reveal any templates which do not parse.

Modified: five.pt/trunk/setup.py
===================================================================
--- five.pt/trunk/setup.py	2010-09-23 07:20:43 UTC (rev 116743)
+++ five.pt/trunk/setup.py	2010-09-23 07:21:28 UTC (rev 116744)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-version = '1.3'
+version = '1.3.1'
 
 setup(name='five.pt',
       version=version,



More information about the checkins mailing list