- unneeded dependencies - unneeded test dependencies - dependencies that should be test dependencies
[gforcada]
- Always consider imports in python docstrings to be test dependencies. [gforcada]
2.5.1
------------------
- Re-release 2.5 as it was a brown bag release. [gforcada]
2.5
----------------
- Check in every top level folder if the .egg-info folder is in them. [gforcada]
2.4.4
------------------
Note: this includes the 2.4.1 - 2.4.4 releases, we had to iterate a bit to get the formatting right :-)
- Fix rendering of long description in pypi. [gforcada, reinout]
- Documentation formatting fixes. [reinout]
2.4
----------------
- Handle packages that have multiple top levels, i.e. packages like Zope2. [gforcada]
2.3
----------------
- Add a new command line option ``--exit-zero``. It forces the program to always exit with a zero status code. Otherwise it will report ``1`` if the program does find anything to report. [gforcada]
- Fix ZCML parser to discard empty strings. [gforcada]