[Checkins] SVN: five.localsitemanager/trunk/ Updated changes and version on trunk

Hanno Schlichting plone at hannosch.info
Sat Jun 23 08:14:40 EDT 2007


Log message for revision 76983:
  Updated changes and version on trunk
  

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-23 12:11:44 UTC (rev 76982)
+++ five.localsitemanager/trunk/CHANGES.txt	2007-06-23 12:14:40 UTC (rev 76983)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-five.localsitemanager 0.1.1 (unreleased)
+five.localsitemanager 0.1.3 (unreleased)
 ========================================
 
 * Refactored and fixed aq wrapping: Nested site managers now return utilities
@@ -11,6 +11,14 @@
   'FiveVerifyingAdapterLookup' in all 'utilities' registries used below a
   five.localsitemanager site.
 
+five.localsitemanager 0.1.2 (2007-06-23)
+========================================
+
+* Corrected the zip-safe flag to be False.
+
+five.localsitemanager 0.1.1 (2007-03-05)
+========================================
+
 * Fixed aq wrapping when looking up a utility that is actually the component
   registry's parent (the ISite).
 

Modified: five.localsitemanager/trunk/setup.py
===================================================================
--- five.localsitemanager/trunk/setup.py	2007-06-23 12:11:44 UTC (rev 76982)
+++ five.localsitemanager/trunk/setup.py	2007-06-23 12:14:40 UTC (rev 76983)
@@ -5,7 +5,7 @@
 import os
 from setuptools import setup, Extension
 
-version = '0.1.2'
+version = '0.1.3'
 
 setup(name='five.localsitemanager',
       version=version,



More information about the Checkins mailing list