[Checkins] SVN: z3c.traverser/trunk/ Get ready for release.

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Mar 6 02:50:31 EST 2008


Log message for revision 84496:
  Get ready for release.
  

Changed:
  U   z3c.traverser/trunk/CHANGES.txt
  U   z3c.traverser/trunk/buildout.cfg
  U   z3c.traverser/trunk/setup.py

-=-
Modified: z3c.traverser/trunk/CHANGES.txt
===================================================================
--- z3c.traverser/trunk/CHANGES.txt	2008-03-06 07:49:52 UTC (rev 84495)
+++ z3c.traverser/trunk/CHANGES.txt	2008-03-06 07:50:30 UTC (rev 84496)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-0.2.2 (2007-12-??)
+0.2.2 (2008-03-06)
 ------------------
 
 - Restructuring: Separated pluggable traverser functionality into two classes

Modified: z3c.traverser/trunk/buildout.cfg
===================================================================
--- z3c.traverser/trunk/buildout.cfg	2008-03-06 07:49:52 UTC (rev 84495)
+++ z3c.traverser/trunk/buildout.cfg	2008-03-06 07:50:30 UTC (rev 84496)
@@ -2,9 +2,7 @@
 develop = .
 parts = test
 
-find-links = http://download.zope.org/distribution/
-
 [test]
 recipe = zc.recipe.testrunner
 defaults = ['--tests-pattern', '^f?tests$']
-eggs = z3c.traverser [test]
\ No newline at end of file
+eggs = z3c.traverser [test]

Modified: z3c.traverser/trunk/setup.py
===================================================================
--- z3c.traverser/trunk/setup.py	2008-03-06 07:49:52 UTC (rev 84495)
+++ z3c.traverser/trunk/setup.py	2008-03-06 07:50:30 UTC (rev 84496)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='z3c.traverser',
-      version = '0.2.1',
+      version = '0.2.2',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Pluggable Traverser API',



More information about the Checkins mailing list