From 5e16470f0c7fdfde04401be97cc029ac46ad6e8c Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Fri, 24 Aug 2007 03:50:29 +0000 Subject: [PATCH] Get ready for the release. --- CHANGES.txt | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 636e96e..50ead88 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,7 +2,7 @@ CHANGES ======= -Version 1.4.0 (8/??/2007) +Version 1.4.0 (8/24/2007) ------------------------- - Refactoring: Update CSS classes to reflect changes in ``z3c.form``. diff --git a/setup.py b/setup.py index 1db0ccb..2a242c9 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def read(*rnames): setup ( name='z3c.formdemo', - version='1.3.0', + version='1.4.0', author = "Stephan Richter, Roger Ineichen and the Zope Community", author_email = "zope3-dev@zope.org", description = "A set of demo applications for z3c.form and z3c.formui", @@ -44,7 +44,7 @@ def read(*rnames): 'Operating System :: OS Independent', 'Topic :: Internet :: WWW/HTTP', 'Framework :: Zope3'], - url = 'http://svn.zope.org/z3c.formdemo', + url = 'http://cheeseshop.python.org/pypi/z3c.formdemo', packages = find_packages('src'), include_package_data = True, package_dir = {'':'src'},