Commit af4b1a91 authored by Tres Seaver's avatar Tres Seaver

Prep 2.2.1 release.

parent 2d44d7ca
Change History Change History
************** **************
Unreleased 2.2.1 (2013-09-05)
========== ==================
- ``distutils`` scripts: correct order of operations on 'from ... import' - ``distutils`` scripts: correct order of operations on ``from ... import``
lines (see https://github.com/buildout/buildout/issues/134). lines (see https://github.com/buildout/buildout/issues/134).
- Add an ``--allow-site-packges`` option to ``bootstrap.py``, defaulting - Add an ``--allow-site-packges`` option to ``bootstrap.py``, defaulting
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# #
############################################################################## ##############################################################################
name = "zc.buildout" name = "zc.buildout"
version = "2.2.1dev" version = "2.2.1"
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