Commit 4e02dee9 authored by jim's avatar jim

Updated release info.


git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@73343 62d5b8a3-27da-0310-9561-8e5933582275
parent c29323c4
......@@ -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