Release Notes
Below is the list of the important changes found in each release of
everyapp.bootstrap.
Release 0.2.2
Release date: 2012-02-22
- Fixed a Windows bug where the virtual environment’s pip was not being used to
pip install dependencies.
Release 0.2.1
Release date: 2012-02-19
- Fixed a couple bugs in the documentation. No code changes in this release.
Release 0.2
Release date: 2012-02-19
- Upgraded dependencies to:
- Upgraded development dependencies to:
- Removed these development dependencies:
- Added these development dependencies:
- Removed now-redundant --global-site-packages from bootstrap.py. Use
--system-site-packages instead.
- Changed the bootstrap.cfg template:
- everyapp.bootstrap 0.2 is now required.
- Changed the pip install examples.
- everyapp.bootstrap is now installed using pip instead of easy_install.
- setup.py will no longer try to replace setuptools with distribute and so
installation using setuptools should now be possible.
Release 0.1.5
Release date: 2010-12-08
- Fixed a bug with setup.py using the wrong README.txt.
- Fixed a documentation bug.
- Fixed a bug where the documentation was not being included in the source
distribution.
Release 0.1.4
Release date: 2010-12-08
- Greatly added and expanded on the documentation.
- PEP 314/PEP 345 dependency listings can now accept an arbitrary amount
of whitespace.
- mkbootstrap -h now includes links to web resources.
- Default bootstrap.cfg file now includes better help comments.
- Fixed a bug where options in bootstrap.cfg with more than one equals sign
(=) would cause bootstrap.py to crash.
Release 0.1.3
Release date: 2010-09-20
Release 0.1.2
Release date: 2010-09-18
- Documentation improvements and a small change to mkbootstrap‘s help
message.
- Added # prompt = to the [options] section of the default
bootstrap.cfg in order to indicate support for virtualenv 1.5’s new
--prompt option.
- Minimal testing on Linux and Windows under Python 2.6 and 2.7.
- Added an automatic patch for virtualenv‘s bug #60. This makes
bootstrapping work properly under Windows.
Release 0.1.1
Release date: 2010-09-17
- Upgraded virtualenv dependency to 1.5.
- Fixed an issue with the wrong version of distribute causing the bootstrapping
of new projects to fail.
Release 0.1
Release date: 2010-09-17