[Checkins] SVN: zope.componentvocabulary/trunk/ Preparing release 1.0.1

Michael Howitz mh at gocept.com
Sat Sep 25 08:25:00 EDT 2010


Log message for revision 116862:
  Preparing release 1.0.1

Changed:
  U   zope.componentvocabulary/trunk/CHANGES.txt
  U   zope.componentvocabulary/trunk/setup.py

-=-
Modified: zope.componentvocabulary/trunk/CHANGES.txt
===================================================================
--- zope.componentvocabulary/trunk/CHANGES.txt	2010-09-25 12:23:48 UTC (rev 116861)
+++ zope.componentvocabulary/trunk/CHANGES.txt	2010-09-25 12:24:59 UTC (rev 116862)
@@ -2,8 +2,8 @@
 CHANGES
 =======
 
-1.1 (unreleased)
-----------------
+1.0.1 (2010-09-25)
+------------------
 
 - Added not declared but needed dependency on ``zope.component``.
 

Modified: zope.componentvocabulary/trunk/setup.py
===================================================================
--- zope.componentvocabulary/trunk/setup.py	2010-09-25 12:23:48 UTC (rev 116861)
+++ zope.componentvocabulary/trunk/setup.py	2010-09-25 12:24:59 UTC (rev 116862)
@@ -20,7 +20,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.componentvocabulary',
-      version = '1.1dev',
+      version='1.0.1',
       author='Zope Foundation and Contributors',
       author_email='zope-dev at zope.org',
       description='Component vocabularies',



More information about the checkins mailing list