[Checkins] SVN: zc.resourcelibrary/trunk/ Preparing release 1.3.4

Gediminas Paulauskas menesis at pov.lt
Fri Jan 20 20:28:25 UTC 2012


Log message for revision 124109:
  Preparing release 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:40:27 UTC (rev 124108)
+++ zc.resourcelibrary/trunk/CHANGES.txt	2012-01-20 20:28:24 UTC (rev 124109)
@@ -2,15 +2,9 @@
 CHANGES
 =======
 
-1.3.4 (unreleased)
+1.3.4 (2012-01-20)
 ------------------
 
-- 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:
 

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



More information about the checkins mailing list