[Checkins] SVN: zope.app.publication/trunk/ Prepare zope.app.publication 3.12.0.

Hanno Schlichting hannosch at hannosch.eu
Tue Sep 14 10:03:51 EDT 2010


Log message for revision 116398:
  Prepare zope.app.publication 3.12.0.

Changed:
  U   zope.app.publication/trunk/CHANGES.txt
  U   zope.app.publication/trunk/setup.py

-=-
Modified: zope.app.publication/trunk/CHANGES.txt
===================================================================
--- zope.app.publication/trunk/CHANGES.txt	2010-09-14 14:01:42 UTC (rev 116397)
+++ zope.app.publication/trunk/CHANGES.txt	2010-09-14 14:03:50 UTC (rev 116398)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.12.0 (unreleased)
+3.12.0 (2010-09-14)
 -------------------
 
 - Use the standard libraries doctest module.

Modified: zope.app.publication/trunk/setup.py
===================================================================
--- zope.app.publication/trunk/setup.py	2010-09-14 14:01:42 UTC (rev 116397)
+++ zope.app.publication/trunk/setup.py	2010-09-14 14:03:50 UTC (rev 116398)
@@ -17,7 +17,7 @@
 # Zope Toolkit policies as described by this documentation.
 ##############################################################################
 
-version = '3.11.2dev'
+version = '3.12.0'
 
 import os
 from setuptools import setup, find_packages
@@ -36,7 +36,7 @@
         read('CHANGES.txt')
         ),
     license='ZPL 2.1',
-    keywords = "zope3 publication",
+    keywords = "zope publication",
     classifiers = [
         'Development Status :: 5 - Production/Stable',
         'Environment :: Web Environment',



More information about the checkins mailing list