[Checkins] SVN: z3c.indexer/trunk/ version bump

Roger Ineichen roger at projekt01.ch
Wed Dec 10 20:36:57 EST 2008


Log message for revision 93862:
  version bump

Changed:
  U   z3c.indexer/trunk/CHANGES.txt
  U   z3c.indexer/trunk/setup.py

-=-
Modified: z3c.indexer/trunk/CHANGES.txt
===================================================================
--- z3c.indexer/trunk/CHANGES.txt	2008-12-10 23:27:37 UTC (rev 93861)
+++ z3c.indexer/trunk/CHANGES.txt	2008-12-11 01:36:56 UTC (rev 93862)
@@ -2,8 +2,8 @@
 CHANGES
 =======
 
-Version 0.5.1dev (unreleased)
------------------------------
+0.5.1 (2008-12-11)
+------------------
 
 - Bugfix: SearchQuery wasn't able to act correct if initialized with query=None
   because of an empty result setup. The And() and Not() methods could not act
@@ -36,7 +36,8 @@
 
 - Code is now 100% covered by tests.
 
-Version 0.5.0 (2008-05-02)
---------------------------
 
+0.5.0 (2008-05-02)
+------------------
+
 - Initial release

Modified: z3c.indexer/trunk/setup.py
===================================================================
--- z3c.indexer/trunk/setup.py	2008-12-10 23:27:37 UTC (rev 93861)
+++ z3c.indexer/trunk/setup.py	2008-12-11 01:36:56 UTC (rev 93862)
@@ -23,7 +23,7 @@
 
 setup (
     name='z3c.indexer',
-    version='0.5.1dev',
+    version='0.5.1',
     author = "Roger Ineichen and the Zope Community",
     author_email = "zope3-dev at zope.org",
     description = "A new way to index objects for Zope3",



More information about the Checkins mailing list