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: ...@@ -11,7 +11,7 @@ priorities include:
Change History Change History
************** **************
1.0.0b23 (2007-03-??) 1.0.0b23 (2007-03-19)
===================== =====================
Feature Changes Feature Changes
......
...@@ -16,6 +16,8 @@ long_description=( ...@@ -16,6 +16,8 @@ long_description=(
+ '\n' + + '\n' +
read('src', 'zc', 'buildout', 'repeatable.txt') read('src', 'zc', 'buildout', 'repeatable.txt')
+ '\n' + + '\n' +
read('src', 'zc', 'buildout', 'downloadcache.txt')
+ '\n' +
read('src', 'zc', 'buildout', 'update.txt') read('src', 'zc', 'buildout', 'update.txt')
+ '\n' + + '\n' +
read('src', 'zc', 'buildout', 'debugging.txt') read('src', 'zc', 'buildout', 'debugging.txt')
...@@ -28,12 +30,12 @@ long_description=( ...@@ -28,12 +30,12 @@ long_description=(
'**********************\n' '**********************\n'
) )
#open('doc.txt', 'w').write(long_description) open('doc.txt', 'w').write(long_description)
name = "zc.buildout" name = "zc.buildout"
setup( setup(
name = name, name = name,
version = "1.0.0b22", version = "1.0.0b23",
author = "Jim Fulton", author = "Jim Fulton",
author_email = "jim@zope.com", author_email = "jim@zope.com",
description = "System for managing development buildouts", 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