Commit 7a4f6107 authored by Alex Clark's avatar Alex Clark

Release 1.6.2

parent cfa04789
Change History Change History
************** **************
1.6.2 (2012-08-21)
==================
- Fix Windows regression (see: https://github.com/buildout/buildout/commit/cfa0478937d16769c268bf51e60e69cd3ead50f3)
[aclark4life]
1.6.1 (2012-08-18) 1.6.1 (2012-08-18)
=========== ==================
- `bootstrap.py -d init` would invoke buildout with arguments - `bootstrap.py -d init` would invoke buildout with arguments
`init bootstrap` leading into installation of bootstrap package. `init bootstrap` leading into installation of bootstrap package.
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# #
############################################################################## ##############################################################################
name = "zc.buildout" name = "zc.buildout"
version = "1.6.1" version = "1.6.2"
import os import os
from setuptools import setup from setuptools import setup
......
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