summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Theune <ct@gocept.com>2007-05-03 22:34:16 +0000
committerChristian Theune <ct@gocept.com>2007-05-03 22:34:16 +0000
commit32cc0013e39049938adcf919a34f13c6d5f45ab0 (patch)
treeb9865c7d319cf95a5f324dbf2264cbc84995d72c
parentf2c68c0a60ec81de81d12bebb2524e5854909525 (diff)
downloadzope-tal-32cc0013e39049938adcf919a34f13c6d5f45ab0.tar.gz
Removed external to move code here. Updated version for *upcoming* release.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4a4ae7b..1cfce67 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.4dev',
+ version = '3.4.0b1',
url='http://svn.zope.org/zope.tal',
license='ZPL 2.1',
description='Zope 3 Template Application Languate (TAL)',