summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Theune <ct@gocept.com>2007-06-10 10:34:34 +0000
committerChristian Theune <ct@gocept.com>2007-06-10 10:34:34 +0000
commiteb377c75190000e94fe0c66dd16dc72c2833b1db (patch)
treeffbeabb8b28f8eee595361e0f3970ec201d9c5c9
parentb5daa8ddfb0c9b48bf3ded36c236a876491dcd1e (diff)
downloadzope-tal-eb377c75190000e94fe0c66dd16dc72c2833b1db.tar.gz
Bumped version.
-rw-r--r--CHANGES.txt3
-rw-r--r--setup.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 61da1c1..fb56b8d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,9 @@
zope.tal package changelog
==========================
+After 3.4.0b1
+-------------
+
3.4.0b1
-------
diff --git a/setup.py b/setup.py
index 94858d9..b09028f 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ import os
from setuptools import setup, find_packages
setup(name='zope.tal',
- version = '3.4.0b1',
+ version = '3.4.0b2',
url='http://svn.zope.org/zope.tal',
license='ZPL 2.1',
description='Zope 3 Template Application Languate (TAL)',