Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into pydocstyle_import…
Browse files Browse the repository at this point in the history
…_fix
  • Loading branch information
Nnonexistent committed Oct 1, 2016
2 parents 6a934db + 95e0981 commit 87fdd76
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
Prospector Changelog
=======

# Version 0.12.1
# Version 0.12.3
* [#190](https://github.com/landscapeio/prospector/pull/190) Pinning pydocstyle version for now until API compatability with newer versions can be written
* [#184](https://github.com/landscapeio/prospector/pull/184) Including the LICENCE file when building dists
* Fixed a crash in the profile_validator tool if an empty profile was found

# Version 0.12.1
* [#178](https://github.com/landscapeio/prospector/pull/178) Long paths no longer cause crash in Windows.
* [#173](https://github.com/landscapeio/prospector/issues/154) Changed from using pep8 to pycodestyle (which is what pep8 was renamed to)
* [#172](https://github.com/landscapeio/prospector/issues/172) Fixed non-ascii file handling for mccabe tool and simplified all python source file reading
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
'pyyaml',
'mccabe>=0.5.0',
'pyflakes>=0.8.1',
'pycodestyle>=2.0.0',
'pycodestyle==2.0.0',
'pep8-naming>=0.3.3',
'pydocstyle>=0.1',
'pydocstyle==1.0.0',
]

_PACKAGE_DATA = {
Expand Down

0 comments on commit 87fdd76

Please sign in to comment.