Skip to content
Snippets Groups Projects
Commit 9b7a2a65 authored by Amir Rachum's avatar Amir Rachum
Browse files

Bump version to 0.5.0

parent cb6f87ca
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -3,13 +3,17 @@ Release Notes
 
 
Current Development Version
--------------------------
---------------------------
0.5.0 - March 14th, 2015
------------------------
 
New Features
 
* Added check D210: No whitespaces allowed surrounding docstring text (#95).
 
* Added real documentation rendering using Sphinx (#100).
* Added real documentation rendering using Sphinx (#100, #101).
 
Bug Fixes
 
Loading
Loading
@@ -19,6 +23,8 @@ Bug Fixes
and the description. It now checks that there is *exactly* one blank line
between them (#79).
 
* Fixed a bug where ``--match-dir`` was not properly respected (#108, #109).
0.4.1 - January 10th, 2015
--------------------------
 
Loading
Loading
Loading
Loading
@@ -49,7 +49,7 @@ except NameError: # Python 2.5 and earlier
return default
 
 
__version__ = '0.5.0-alpha'
__version__ = '0.5.0'
__all__ = ('check', 'collect')
 
PROJECT_CONFIG = ('setup.cfg', 'tox.ini', '.pep257')
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment