Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit b4a6fdf

Browse files
committed
Merge pull request #1 from GreenSteam/master
Bump version to 0.5.0
2 parents 83a6327 + 9b7a2a6 commit b4a6fdf

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

docs/release_notes.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@ Release Notes
33

44

55
Current Development Version
6-
--------------------------
6+
---------------------------
7+
8+
9+
0.5.0 - March 14th, 2015
10+
------------------------
711

812
New Features
913

1014
* Added check D210: No whitespaces allowed surrounding docstring text (#95).
1115

12-
* Added real documentation rendering using Sphinx (#100).
16+
* Added real documentation rendering using Sphinx (#100, #101).
1317

1418
Bug Fixes
1519

@@ -19,6 +23,8 @@ Bug Fixes
1923
and the description. It now checks that there is *exactly* one blank line
2024
between them (#79).
2125

26+
* Fixed a bug where ``--match-dir`` was not properly respected (#108, #109).
27+
2228
0.4.1 - January 10th, 2015
2329
--------------------------
2430

pep257.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def next(obj, default=nothing):
4949
return default
5050

5151

52-
__version__ = '0.5.0-alpha'
52+
__version__ = '0.5.0'
5353
__all__ = ('check', 'collect')
5454

5555
PROJECT_CONFIG = ('setup.cfg', 'tox.ini', '.pep257')

0 commit comments

Comments
 (0)