Changeset 179
- Timestamp:
- 02/08/07 17:08:53 (2 years ago)
- Files:
-
- trunk/CHANGES (modified) (1 diff)
- trunk/cheesecake/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/CHANGES
r150 r179 1 Version 0.6.1 2 * Implemented optional PEP8 index that checks code style conformance to PEP8. 3 It can be enabled by --with-pep8 command-line option. 4 * If pylint runs longer than two minutes, it will be automatically terminated. 5 This time can be configured with --pylint-max-execution-time option. 6 * Fixed bug in PyPI download index that may cause installability to be > 100%. 7 1 8 Version 0.6 2 9 trunk/cheesecake/__init__.py
r168 r179 1 __version__ = '0.6 '1 __version__ = '0.6.1'
