Commit af4b1a91 authored by Tres Seaver's avatar Tres Seaver

Prep 2.2.1 release.

parent 2d44d7ca
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).
- Add an ``--allow-site-packges`` option to ``bootstrap.py``, defaulting
......
......@@ -12,7 +12,7 @@
#
##############################################################################
name = "zc.buildout"
version = "2.2.1dev"
version = "2.2.1"
import os
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