Commit 86b650a2 authored by Jim Fulton's avatar Jim Fulton

Prep for next release.

parent fc799dd3
...@@ -11,6 +11,9 @@ priorities include: ...@@ -11,6 +11,9 @@ priorities include:
Change History Change History
************** **************
1.0.0b32 (2007-???)
=====================
1.0.0b31 (2007-11-01) 1.0.0b31 (2007-11-01)
===================== =====================
......
##############################################################################
#
# Copyright (c) 2006 Zope Corporation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
version = "1.0.0b32"
import os import os
from setuptools import setup, find_packages from setuptools import setup, find_packages
...@@ -37,7 +52,7 @@ open('doc.txt', 'w').write(long_description) ...@@ -37,7 +52,7 @@ open('doc.txt', 'w').write(long_description)
name = "zc.buildout" name = "zc.buildout"
setup( setup(
name = name, name = name,
version = "1.0.0b31", version = version,
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