[Checkins] SVN: z3c.resource/trunk/setup.py remove dev marker

Roger Ineichen roger at projekt01.ch
Tue Apr 15 23:38:29 EDT 2008


Log message for revision 85419:
  remove dev marker

Changed:
  U   z3c.resource/trunk/setup.py

-=-
Modified: z3c.resource/trunk/setup.py
===================================================================
--- z3c.resource/trunk/setup.py	2008-04-16 03:31:08 UTC (rev 85418)
+++ z3c.resource/trunk/setup.py	2008-04-16 03:38:29 UTC (rev 85419)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Setup
 
-$Id:$
+$Id$
 """
 import os
 from setuptools import setup, find_packages
@@ -23,7 +23,7 @@
 
 setup (
     name='z3c.resource',
-    version='0.5.0dev',
+    version='0.5.0',
     author = "Roger Ineichen, Stephan Richter and the Zope Community",
     author_email = "zope3-dev at zope.org",
     description = "Local resource container implementation for Zope3",



More information about the Checkins mailing list