[Checkins] SVN: zopyx.smartprintng.core/trunk/ 2.0.0b4

Andreas Jung andreas at andreas-jung.com
Sun Oct 26 08:09:09 EDT 2008


Log message for revision 92581:
  2.0.0b4
  

Changed:
  U   zopyx.smartprintng.core/trunk/docs/HISTORY.txt
  U   zopyx.smartprintng.core/trunk/setup.py

-=-
Modified: zopyx.smartprintng.core/trunk/docs/HISTORY.txt
===================================================================
--- zopyx.smartprintng.core/trunk/docs/HISTORY.txt	2008-10-26 12:08:23 UTC (rev 92580)
+++ zopyx.smartprintng.core/trunk/docs/HISTORY.txt	2008-10-26 12:09:09 UTC (rev 92581)
@@ -1,10 +1,11 @@
 Changelog
 =========
 
-2.0.0b4 (unreleased)
+2.0.0b4 (26.10.2008)
 --------------------
 
 - removed zope.app.dependency
+- fixed logger issue in zcml.py
 
 
 2.0.0b3 (22.10.2008)

Modified: zopyx.smartprintng.core/trunk/setup.py
===================================================================
--- zopyx.smartprintng.core/trunk/setup.py	2008-10-26 12:08:23 UTC (rev 92580)
+++ zopyx.smartprintng.core/trunk/setup.py	2008-10-26 12:09:09 UTC (rev 92581)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import os
 
-version = '2.0.0b4 dev'
+version = '2.0.0b4'
 
 setup(name='zopyx.smartprintng.core',
       version=version,



More information about the Checkins mailing list