Commit 1d2ac994 authored by jim's avatar jim

Prep for next release.


git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@81356 62d5b8a3-27da-0310-9561-8e5933582275
parent cc5fdefe
......@@ -11,6 +11,9 @@ priorities include:
Change History
**************
1.0.0b32 (2007-???)
=====================
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
from setuptools import setup, find_packages
......@@ -37,7 +52,7 @@ open('doc.txt', 'w').write(long_description)
name = "zc.buildout"
setup(
name = name,
version = "1.0.0b31",
version = version,
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