[Checkins] SVN: grokcore.chameleon/trunk/ Preparing release 1.0

Jan Wijbrand Kolman cvs-admin at zope.org
Tue May 1 17:32:09 UTC 2012


Log message for revision 125526:
  Preparing release 1.0

Changed:
  U   grokcore.chameleon/trunk/CHANGES.txt
  U   grokcore.chameleon/trunk/setup.py

-=-
Modified: grokcore.chameleon/trunk/CHANGES.txt
===================================================================
--- grokcore.chameleon/trunk/CHANGES.txt	2012-05-01 17:29:40 UTC (rev 125525)
+++ grokcore.chameleon/trunk/CHANGES.txt	2012-05-01 17:32:06 UTC (rev 125526)
@@ -1,8 +1,8 @@
 CHANGES
 *******
 
-1.0rc5 (unreleased)
-===================
+1.0 (2012-05-01)
+================
 
 - The ``target_language`` mangling was lost in version 1.0rc4. Copied from z3c.pt.
 

Modified: grokcore.chameleon/trunk/setup.py
===================================================================
--- grokcore.chameleon/trunk/setup.py	2012-05-01 17:29:40 UTC (rev 125525)
+++ grokcore.chameleon/trunk/setup.py	2012-05-01 17:32:06 UTC (rev 125526)
@@ -1,7 +1,7 @@
 import os
 from setuptools import setup, find_packages
 
-version = '1.0rdev'
+version = '1.0'
 
 install_requires = [
     'setuptools',



More information about the checkins mailing list