[Checkins] SVN: five.localsitemanager/trunk/ Simplify version number

Hanno Schlichting plone at hannosch.info
Sat Jun 30 07:27:02 EDT 2007


Log message for revision 77262:
  Simplify version number
  

Changed:
  U   five.localsitemanager/trunk/CHANGES.txt
  U   five.localsitemanager/trunk/setup.py

-=-
Modified: five.localsitemanager/trunk/CHANGES.txt
===================================================================
--- five.localsitemanager/trunk/CHANGES.txt	2007-06-30 11:25:42 UTC (rev 77261)
+++ five.localsitemanager/trunk/CHANGES.txt	2007-06-30 11:27:01 UTC (rev 77262)
@@ -2,8 +2,8 @@
 CHANGES
 =======
 
-five.localsitemanager 0.2.0 (2007-06-30)
-========================================
+five.localsitemanager 0.2 (2007-06-30)
+======================================
 
 * Refactored and fixed aq wrapping: Nested site managers now return utilities
   wrapped in the right context. RequestContainers are removed and wrapped

Modified: five.localsitemanager/trunk/setup.py
===================================================================
--- five.localsitemanager/trunk/setup.py	2007-06-30 11:25:42 UTC (rev 77261)
+++ five.localsitemanager/trunk/setup.py	2007-06-30 11:27:01 UTC (rev 77262)
@@ -5,7 +5,7 @@
 import os
 from setuptools import setup, Extension
 
-version = '0.2.0'
+version = '0.2'
 
 setup(name='five.localsitemanager',
       version=version,



More information about the Checkins mailing list