Changeset 179

Show
Ignore:
Timestamp:
02/08/07 17:08:53 (2 years ago)
Author:
mk
Message:

Changing version to 0.6.1.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGES

    r150 r179  
     1Version 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 
    18Version 0.6 
    29 
  • trunk/cheesecake/__init__.py

    r168 r179  
    1 __version__ = '0.6
     1__version__ = '0.6.1