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

Martin Aspeli optilude at gmx.net
Fri Jun 19 10:27:11 EDT 2009


Log message for revision 101137:
  Prepare for 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-06-19 12:19:21 UTC (rev 101136)
+++ five.localsitemanager/branches/1.0/CHANGES.txt	2009-06-19 14:27:11 UTC (rev 101137)
@@ -1,7 +1,7 @@
 Changelog
 =========
 
-1.1 - unreleased
+1.1 - 2009-06-19
 ----------------
 
 * Don't prefer using __parent__ over using aq_parent() to find the parent when

Modified: five.localsitemanager/branches/1.0/setup.py
===================================================================
--- five.localsitemanager/branches/1.0/setup.py	2009-06-19 12:19:21 UTC (rev 101136)
+++ five.localsitemanager/branches/1.0/setup.py	2009-06-19 14:27:11 UTC (rev 101137)
@@ -4,7 +4,7 @@
 """
 from setuptools import setup, Extension
 
-version = '1.1dev'
+version = '1.1'
 
 setup(name='five.localsitemanager',
       version=version,



More information about the Checkins mailing list