[Checkins] SVN: keas.pbstate/trunk/setup.py releasing version 0.1

Shane Hathaway shane at hathawaymix.org
Tue Jan 27 18:51:25 EST 2009


Log message for revision 95269:
  releasing version 0.1

Changed:
  U   keas.pbstate/trunk/setup.py

-=-
Modified: keas.pbstate/trunk/setup.py
===================================================================
--- keas.pbstate/trunk/setup.py	2009-01-27 23:50:12 UTC (rev 95268)
+++ keas.pbstate/trunk/setup.py	2009-01-27 23:51:25 UTC (rev 95269)
@@ -16,6 +16,8 @@
 import os
 from setuptools import setup
 
+VERSION='0.1'
+
 def read_file(*path):
     base_dir = os.path.dirname(__file__)
     file_path = (base_dir, ) + tuple(path)
@@ -23,7 +25,7 @@
 
 setup(
     name='keas.pbstate',
-    version='0.1dev',
+    version=VERSION,
     author='Shane Hathaway and the Zope Community',
     author_email='zope-dev at zope.org',
     description=__doc__,



More information about the Checkins mailing list