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

Jan Wijbrand Kolman cvs-admin at zope.org
Thu May 3 10:07:45 UTC 2012


Log message for revision 125625:
  Preparing release 1.0.1

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-03 10:07:03 UTC (rev 125624)
+++ grokcore.chameleon/trunk/CHANGES.txt	2012-05-03 10:07:41 UTC (rev 125625)
@@ -1,7 +1,7 @@
 CHANGES
 *******
 
-1.0.1 (unreleased)
+1.0.1 (2012-05-03)
 ==================
 
 - Make sure the minimal version requirements are defined.

Modified: grokcore.chameleon/trunk/setup.py
===================================================================
--- grokcore.chameleon/trunk/setup.py	2012-05-03 10:07:03 UTC (rev 125624)
+++ grokcore.chameleon/trunk/setup.py	2012-05-03 10:07:41 UTC (rev 125625)
@@ -1,7 +1,7 @@
 import os
 from setuptools import setup, find_packages
 
-version = '1.1.dev0'
+version = '1.0.1'
 
 install_requires = [
     'Chameleon >= 2.8.4',



More information about the checkins mailing list