[Checkins] SVN: zc.resourcelibrary/trunk/ Back to development: 1.3.4

Gediminas Paulauskas menesis at pov.lt
Fri Jan 20 19:14:43 UTC 2012


Log message for revision 124103:
  Back to development: 1.3.4

Changed:
  U   zc.resourcelibrary/trunk/CHANGES.txt
  U   zc.resourcelibrary/trunk/setup.py

-=-
Modified: zc.resourcelibrary/trunk/CHANGES.txt
===================================================================
--- zc.resourcelibrary/trunk/CHANGES.txt	2012-01-20 19:09:54 UTC (rev 124102)
+++ zc.resourcelibrary/trunk/CHANGES.txt	2012-01-20 19:14:43 UTC (rev 124103)
@@ -2,11 +2,18 @@
 CHANGES
 =======
 
+1.3.4 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
 1.3.3 (2012-01-20)
 ------------------
 
 - Register adapters with getSiteManager rather than getGlobalSiteManager. This
   allows registering resource libraries in non-global sites. For detais see:
+
    - https://mail.zope.org/pipermail/zope-dev/2010-March/039657.html
    - http://docs.pylonsproject.org/projects/pyramid_zcml/en/latest/narr.html#using-broken-zcml-directives
 

Modified: zc.resourcelibrary/trunk/setup.py
===================================================================
--- zc.resourcelibrary/trunk/setup.py	2012-01-20 19:09:54 UTC (rev 124102)
+++ zc.resourcelibrary/trunk/setup.py	2012-01-20 19:14:43 UTC (rev 124103)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zc.resourcelibrary',
-      version='1.3.3',
+      version='1.3.4dev',
       author='Zope Foundation and Contributors',
       author_email='zope-dev at zope.org',
       description='Post-rendering Resource Inclusion',



More information about the checkins mailing list