Commit 96db91f4 authored by Jim Fulton's avatar Jim Fulton

Updated release info.

parent 0c1fa8e8
......@@ -11,7 +11,7 @@ priorities include:
Change History
**************
1.0.0b23 (2007-03-??)
1.0.0b23 (2007-03-19)
=====================
Feature Changes
......
......@@ -16,6 +16,8 @@ long_description=(
+ '\n' +
read('src', 'zc', 'buildout', 'repeatable.txt')
+ '\n' +
read('src', 'zc', 'buildout', 'downloadcache.txt')
+ '\n' +
read('src', 'zc', 'buildout', 'update.txt')
+ '\n' +
read('src', 'zc', 'buildout', 'debugging.txt')
......@@ -28,12 +30,12 @@ long_description=(
'**********************\n'
)
#open('doc.txt', 'w').write(long_description)
open('doc.txt', 'w').write(long_description)
name = "zc.buildout"
setup(
name = name,
version = "1.0.0b22",
version = "1.0.0b23",
author = "Jim Fulton",
author_email = "jim@zope.com",
description = "System for managing development buildouts",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment