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

Malthe Borch mborch at gmail.com
Sun Jan 8 16:31:54 UTC 2012


Log message for revision 123987:
  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	2012-01-08 16:30:43 UTC (rev 123986)
+++ z3c.pt/trunk/CHANGES.txt	2012-01-08 16:31:54 UTC (rev 123987)
@@ -1,10 +1,14 @@
 Changelog
 =========
 
-In next release ...
+2.2 (2012-01-08)
+~~~~~~~~~~~~~~~~
 
 Features:
 
+- Whitespace between attributes is now reduced to a single whitespace
+  character.
+
 - The ``request`` symbol is no longer required to evaluate a path
   expression; it now defaults to ``None`` if not present in the
   namespace.

Modified: z3c.pt/trunk/setup.py
===================================================================
--- z3c.pt/trunk/setup.py	2012-01-08 16:30:43 UTC (rev 123986)
+++ z3c.pt/trunk/setup.py	2012-01-08 16:31:54 UTC (rev 123987)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import sys
 
-version = '2.1.5'
+version = '2.2'
 
 install_requires = [
     'setuptools',



More information about the checkins mailing list