Skip to content

Commit

Permalink
Update version after release
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Nov 14, 2009
1 parent 9af1652 commit 872b25b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
CHANGES
=======

1.0b1 - Unreleased
------------------


1.0a1 - 2009-11-14
------------------

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@

from setuptools import setup

version = '1.0a1'
version = '1.0b1'

setup(name = 'five.customerize',
version = version,
description = 'TTW customization of template-based Zope 3 views',
keywords = 'zope3 views templates customization ttw',
description = 'TTW customization of template-based Zope views',
keywords = 'zope views templates customization ttw',
author = 'Zope Corporation and Contributors',
author_email = 'z3-five@codespeak.net',
url = 'http://pypi.python.org/pypi/five.customerize',
Expand Down

0 comments on commit 872b25b

Please sign in to comment.