Skip to content

Commit

Permalink
Preparing release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Feb 19, 2009
1 parent f9a66cb commit 165da86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
CHANGES
=======

0.5.2 (unreleased)
0.5.2 (2009-02-19)
------------------

- No longer depends on deprecated ``z3c.viewlet``.
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

version = '0.5.2dev'
version = '0.5.2'

setup (
name='z3c.layer.ready2go',
Expand All @@ -32,8 +32,7 @@ def read(*rnames):
long_description=(
read('README.txt')
+ '\n\n' +
'Detailed Documentation\n'
'**********************'
'.. contents::\n'
+ '\n\n' +
read('src', 'z3c', 'layer', 'ready2go', 'README.txt')
+ '\n\n' +
Expand Down

0 comments on commit 165da86

Please sign in to comment.