[Checkins] SVN: z3c.recipe.winservice/trunk/ prepare for release tag

Roger Ineichen roger at projekt01.ch
Sat Apr 12 15:27:59 EDT 2008


Log message for revision 85280:
  prepare for release tag

Changed:
  U   z3c.recipe.winservice/trunk/CHANGES.txt
  U   z3c.recipe.winservice/trunk/setup.py

-=-
Modified: z3c.recipe.winservice/trunk/CHANGES.txt
===================================================================
--- z3c.recipe.winservice/trunk/CHANGES.txt	2008-04-12 19:12:21 UTC (rev 85279)
+++ z3c.recipe.winservice/trunk/CHANGES.txt	2008-04-12 19:27:59 UTC (rev 85280)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-0.5.0 (unreleased)
-------------------
+Version 0.5.0 (2008-04-12)
+--------------------------
 
 - Initial Release

Modified: z3c.recipe.winservice/trunk/setup.py
===================================================================
--- z3c.recipe.winservice/trunk/setup.py	2008-04-12 19:12:21 UTC (rev 85279)
+++ z3c.recipe.winservice/trunk/setup.py	2008-04-12 19:27:59 UTC (rev 85280)
@@ -26,7 +26,7 @@
 
 setup(
     name = 'z3c.recipe.winservice',
-    version = '0.5.0dev',
+    version = '0.5.0',
     author = 'Roger Ineichen and the Zope Community',
     author_email = 'zope-dev at zope.org',
     description = 'Zope3 windows service installer',
@@ -38,13 +38,13 @@
     license = 'ZPL 2.1',
     keywords = 'zope zope3 z3c deploy recipe windows service',
     classifiers = [
-        'Development Status :: 3 - Alpha',
+        'Development Status :: 4 - Beta',
         'Environment :: Web Environment',
         'Intended Audience :: Developers',
         'License :: OSI Approved :: Zope Public License',
         'Programming Language :: Python',
         'Natural Language :: English',
-        'Operating System :: OS Independent',
+        'Operating System :: Microsoft :: Windows',
         'Topic :: Internet :: WWW/HTTP',
         'Framework :: Zope3'],
     url = 'http://pypi.python.org/pypi/z3c.recipe.winservice',



More information about the Checkins mailing list