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

Malthe Borch mborch at gmail.com
Sat Nov 29 04:30:13 EST 2008


Log message for revision 93439:
  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-11-29 09:27:33 UTC (rev 93438)
+++ Sandbox/malthe/chameleon.genshi/CHANGES.txt	2008-11-29 09:30:13 UTC (rev 93439)
@@ -4,6 +4,9 @@
 head
 ~~~~
 
+1.0b1 (released 11/29/2008)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
 - Update handling of static attributes. [malthe]
 
 - Added text template classes. [malthe, wichert]

Modified: Sandbox/malthe/chameleon.genshi/setup.py
===================================================================
--- Sandbox/malthe/chameleon.genshi/setup.py	2008-11-29 09:27:33 UTC (rev 93438)
+++ Sandbox/malthe/chameleon.genshi/setup.py	2008-11-29 09:30:13 UTC (rev 93439)
@@ -1,14 +1,14 @@
 from setuptools import setup, find_packages
 import sys
 
-version = '1.0a3'
+version = '1.0b1'
 
 install_requires = [
     'setuptools',
     'zope.interface',
     'zope.component',
     'zope.i18n >= 3.5',
-    'chameleon.core >=1.0a4',
+    'chameleon.core >=1.0b11',
     ]
 
 setup(name='chameleon.genshi',



More information about the Checkins mailing list