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

Malthe Borch mborch at gmail.com
Mon Feb 28 12:41:39 EST 2011


Log message for revision 120608:
  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	2011-02-28 14:56:17 UTC (rev 120607)
+++ five.pt/trunk/CHANGES.txt	2011-02-28 17:41:38 UTC (rev 120608)
@@ -1,15 +1,15 @@
 Changelog
 =========
 
-In next release ...
+2.0-rc1 (2011-02-28)
+~~~~~~~~~~~~~~~~~~~~
 
 - Update to Chameleon 2.0.
 
   This release includes many changes and is a complete rewrite of the
   1.x series.
 
-  Note that Python 2.7+ is now required.
-
+  Note that Python 2.5+ is now required.
   [malthe]
 
 - Python-expressions are now subject to access-control security.

Modified: five.pt/trunk/setup.py
===================================================================
--- five.pt/trunk/setup.py	2011-02-28 14:56:17 UTC (rev 120607)
+++ five.pt/trunk/setup.py	2011-02-28 17:41:38 UTC (rev 120608)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-version = '2.0-dev'
+version = '2.0-rc1'
 
 setup(name='five.pt',
       version=version,
@@ -25,10 +25,9 @@
       zip_safe=False,
       install_requires=[
           'setuptools',
-          'z3c.pt>=2.0-dev',
-          'Chameleon>=2.0-dev',
+          'z3c.pt>=2.0-rc1',
+          'Chameleon>=2.0-rc1',
           'sourcecodegen',
-          'sourcecodegen',
       ],
       entry_points="""
       [z3c.autoinclude.plugin]



More information about the checkins mailing list