[Checkins] SVN: z3c.searcher/trunk/ added dev marker

Roger Ineichen roger at projekt01.ch
Sun Feb 22 00:35:44 EST 2009


Log message for revision 96990:
  added dev marker

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

-=-
Modified: z3c.searcher/trunk/CHANGES.txt
===================================================================
--- z3c.searcher/trunk/CHANGES.txt	2009-02-22 05:34:19 UTC (rev 96989)
+++ z3c.searcher/trunk/CHANGES.txt	2009-02-22 05:35:43 UTC (rev 96990)
@@ -2,9 +2,14 @@
 CHANGES
 =======
 
-Version 0.5.0 (2009-02-22)
---------------------------
+0.5.1dev (unreleased)
+---------------------
 
+- ...
+
+0.5.0 (2009-02-22)
+------------------
+
 - Added initial generations configuration files
 
 - Initial Release

Modified: z3c.searcher/trunk/setup.py
===================================================================
--- z3c.searcher/trunk/setup.py	2009-02-22 05:34:19 UTC (rev 96989)
+++ z3c.searcher/trunk/setup.py	2009-02-22 05:35:43 UTC (rev 96990)
@@ -23,7 +23,7 @@
 
 setup (
     name='z3c.searcher',
-    version='0.5.0',
+    version='0.5.1dev',
     author = "Roger Ineichen and the Zope Community",
     author_email = "zope3-dev at zope.org",
     description = "Persistent and session based search form for Zope3",
@@ -50,7 +50,7 @@
         'Operating System :: OS Independent',
         'Topic :: Internet :: WWW/HTTP',
         'Framework :: Zope3'],
-    url = 'http://cheeseshop.python.org/pypi/z3c.searcher',
+    url = 'http://pypi.python.org/pypi/z3c.searcher',
     packages = find_packages('src'),
     include_package_data = True,
     package_dir = {'':'src'},



More information about the Checkins mailing list