Commit 1326fbef authored by Jim Fulton's avatar Jim Fulton

updated release info

parent d526fd85
......@@ -8,7 +8,8 @@ priorities include:
- Making it easier to implement recipes by separating install and update.
- Making buildouts more
`repeatable <https://features.launchpad.net/products/zc.buildout/+spec/repeatable>`_
`repeatable
<https://features.launchpad.net/products/zc.buildout/+spec/repeatable>`_
- Adding support for making distributions from buildouts
......@@ -22,6 +23,15 @@ priorities include:
Change History
**************
1.0.0b6
=======
Fixed https://launchpad.net/products/zc.buildout/+bug/60582
Use of extension options caused bootstrapping to fail if the eggs
directory didn't already exist. We no longer use extensions for
bootstrapping. There really isn't any reason to anyway.
1.0.0b5
=======
......
......@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
name = "zc.buildout"
setup(
name = name,
version = "1.0.0b5",
version = "1.0.0b6",
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