Commit 4e26499a authored by Alex Clark's avatar Alex Clark

Release 2.2.2

- Performance enhancment via https://github.com/buildout/buildout/pull/194
- Fix manifest
parent 9e0efd8b
Change History
**************
Unreleased
==========
2.2.2 (2014-10-30)
==================
- Open files for ``exec()`` in universal newlines mode. See
https://github.com/buildout/buildout/issues/130
......
recursive-include bootstrap *.py
recursive-include doc *.txt
recursive-include specifications *.txt
recursive-include src/zc *.txt
recursive-include src/zc *.test
include .travis.yml
include *.txt
include *.py
include *.rst
include 2.4.cfg
include Makefile
include buildout.cfg
include test_all_pythons.cfg
......@@ -12,7 +12,7 @@
#
##############################################################################
name = "zc.buildout"
version = "2.2.2dev"
version = "2.2.2"
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