[Checkins] SVN: zope.app.component/trunk/ Preparing release 3.9.1

Gediminas Paulauskas menesis at pov.lt
Wed Sep 1 06:45:00 EDT 2010


Log message for revision 116075:
  Preparing release 3.9.1

Changed:
  U   zope.app.component/trunk/CHANGES.txt
  U   zope.app.component/trunk/setup.py

-=-
Modified: zope.app.component/trunk/CHANGES.txt
===================================================================
--- zope.app.component/trunk/CHANGES.txt	2010-09-01 10:42:07 UTC (rev 116074)
+++ zope.app.component/trunk/CHANGES.txt	2010-09-01 10:44:59 UTC (rev 116075)
@@ -2,10 +2,10 @@
 CHANGES
 =======
 
-3.9.1 (unreleased)
+3.9.1 (2010-09-01)
 ------------------
 
-- No longer using deprected ``zope.testing.doctest``. Use python's build-in
+- No longer using deprecated ``zope.testing.doctest``. Use python's build-in
   ``doctest`` instead.
 
 - Replaced the dependency on zope.deferredimport with BBB imports

Modified: zope.app.component/trunk/setup.py
===================================================================
--- zope.app.component/trunk/setup.py	2010-09-01 10:42:07 UTC (rev 116074)
+++ zope.app.component/trunk/setup.py	2010-09-01 10:44:59 UTC (rev 116075)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.component',
-      version='3.9.1dev',
+      version='3.9.1',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Local Zope Component Support',



More information about the checkins mailing list