[Checkins] SVN: z3c.pt/trunk/ Prepare z3c.pt 1.1.0.

Hanno Schlichting hannosch at hannosch.eu
Sat Jan 9 14:28:41 EST 2010


Log message for revision 107957:
  Prepare z3c.pt 1.1.0.

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

-=-
Modified: z3c.pt/trunk/CHANGES.txt
===================================================================
--- z3c.pt/trunk/CHANGES.txt	2010-01-09 19:27:31 UTC (rev 107956)
+++ z3c.pt/trunk/CHANGES.txt	2010-01-09 19:28:40 UTC (rev 107957)
@@ -1,7 +1,7 @@
 Changelog
 ---------
 
-1.1.0 (unreleased)
+1.1.0 (2010/01/09)
 ------------------
 
 - Update to combined Chameleon distribution.

Modified: z3c.pt/trunk/setup.py
===================================================================
--- z3c.pt/trunk/setup.py	2010-01-09 19:27:31 UTC (rev 107956)
+++ z3c.pt/trunk/setup.py	2010-01-09 19:28:40 UTC (rev 107957)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import sys
 
-version = '1.1.0dev'
+version = '1.1.0'
 
 install_requires = [
     'setuptools',
@@ -24,7 +24,6 @@
         "Programming Language :: Python",
         "Topic :: Text Processing :: Markup :: HTML",
         "Topic :: Text Processing :: Markup :: XML",
-        "Topic :: Software Development :: Libraries :: Python Modules",
         ],
       keywords='',
       author='Malthe Borch and the Zope Community',



More information about the checkins mailing list