[Checkins] SVN: Sandbox/malthe/chameleon.genshi/ Preparing release.

Malthe Borch mborch at gmail.com
Wed Dec 3 06:35:00 EST 2008


Log message for revision 93571:
  Preparing release.

Changed:
  U   Sandbox/malthe/chameleon.genshi/CHANGES.txt
  U   Sandbox/malthe/chameleon.genshi/setup.py

-=-
Modified: Sandbox/malthe/chameleon.genshi/CHANGES.txt
===================================================================
--- Sandbox/malthe/chameleon.genshi/CHANGES.txt	2008-12-03 11:34:06 UTC (rev 93570)
+++ Sandbox/malthe/chameleon.genshi/CHANGES.txt	2008-12-03 11:35:00 UTC (rev 93571)
@@ -1,9 +1,12 @@
 Changelog
 =========
 
-head
+Head
 ~~~~
 
+1.0b2 (released 12/03/2008)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
 - The XPath ``select`` methods available to match-templates now match
   the XHTML namespace by default; this is due to the improved parsing
   in the template compiler. [malthe]

Modified: Sandbox/malthe/chameleon.genshi/setup.py
===================================================================
--- Sandbox/malthe/chameleon.genshi/setup.py	2008-12-03 11:34:06 UTC (rev 93570)
+++ Sandbox/malthe/chameleon.genshi/setup.py	2008-12-03 11:35:00 UTC (rev 93571)
@@ -1,14 +1,14 @@
 from setuptools import setup, find_packages
 import sys
 
-version = '1.0b1'
+version = '1.0b2'
 
 install_requires = [
     'setuptools',
     'zope.interface',
     'zope.component',
     'zope.i18n >= 3.5',
-    'chameleon.core >=1.0b11',
+    'chameleon.core >=1.0b12',
     ]
 
 setup(name='chameleon.genshi',



More information about the Checkins mailing list