[Checkins] SVN: z3c.pt/trunk/ Preparing release.
    Malthe Borch 
    mborch at gmail.com
       
    Thu Nov 24 06:12:11 UTC 2011
    
    
  
Log message for revision 123481:
  Preparing release.
Changed:
  U   z3c.pt/trunk/CHANGES.txt
  U   z3c.pt/trunk/setup.py
-=-
Modified: z3c.pt/trunk/CHANGES.txt
===================================================================
--- z3c.pt/trunk/CHANGES.txt	2011-11-24 06:11:40 UTC (rev 123480)
+++ z3c.pt/trunk/CHANGES.txt	2011-11-24 06:12:11 UTC (rev 123481)
@@ -1,6 +1,9 @@
 Changelog
 =========
 
+2.1.5 (2011-11-24)
+~~~~~~~~~~~~~~~~~~
+
 - Use non-strict mode if available for compatibility with the
   reference engine where expressions are only compiled at evaluation
   time.
Modified: z3c.pt/trunk/setup.py
===================================================================
--- z3c.pt/trunk/setup.py	2011-11-24 06:11:40 UTC (rev 123480)
+++ z3c.pt/trunk/setup.py	2011-11-24 06:12:11 UTC (rev 123481)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import sys
 
-version = '2.1.4'
+version = '2.1.5'
 
 install_requires = [
     'setuptools',
    
    
More information about the checkins
mailing list