Skip to content

Commit

Permalink
Update changelog and bump version
Browse files Browse the repository at this point in the history
Document last changes in the change log and bump version (everywhere,
this time!).

Fixes #2
  • Loading branch information
tholo committed Apr 21, 2016
1 parent adb05dd commit c61a665
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
0.5
---

- Fix rendering of rST; from Ken Dreyer

0.4
---

- Really fix cache usage; had a comparison between tuple and
list which always failed

0.3
---

Expand Down
2 changes: 1 addition & 1 deletion pytest_flake8.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

import pytest

__version__ = '0.2'
__version__ = '0.5'

HISTKEY = "flake8/mtimes"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='pytest-flake8',
version='0.3',
version='0.5',
description='pytest plugin to check FLAKE8 requirements',
long_description=open("README.rst").read(),
classifiers=[
Expand Down

0 comments on commit c61a665

Please sign in to comment.