[Checkins] SVN: five.localsitemanager/branches/1.0/ Prepare release

Hanno Schlichting hannosch at hannosch.eu
Mon Oct 19 12:19:37 EDT 2009


Log message for revision 105155:
  Prepare release

Changed:
  U   five.localsitemanager/branches/1.0/CHANGES.txt
  U   five.localsitemanager/branches/1.0/setup.py

-=-
Modified: five.localsitemanager/branches/1.0/CHANGES.txt
===================================================================
--- five.localsitemanager/branches/1.0/CHANGES.txt	2009-10-19 16:18:47 UTC (rev 105154)
+++ five.localsitemanager/branches/1.0/CHANGES.txt	2009-10-19 16:19:36 UTC (rev 105155)
@@ -1,7 +1,7 @@
 Changelog
 =========
 
-1.2 - unreleased
+1.2 - 2009-10-19
 ----------------
 
 * Fix unregistering of components which have a physical path.

Modified: five.localsitemanager/branches/1.0/setup.py
===================================================================
--- five.localsitemanager/branches/1.0/setup.py	2009-10-19 16:18:47 UTC (rev 105154)
+++ five.localsitemanager/branches/1.0/setup.py	2009-10-19 16:19:36 UTC (rev 105155)
@@ -1,11 +1,7 @@
-"""Setup for five.localsitemanager package
+from setuptools import setup
 
-$Id$
-"""
-from setuptools import setup, Extension
+version = '1.2'
 
-version = '1.2dev'
-
 setup(name='five.localsitemanager',
       version=version,
       url='http://svn.zope.org/five.localsitemanager',



More information about the checkins mailing list