Skip to content

Commit

Permalink
Merge pull request #334 from PyCQA/release-1.1.6.4
Browse files Browse the repository at this point in the history
Release 1.1.6.4
  • Loading branch information
chocoelho committed Jun 12, 2019
2 parents af00c53 + 2ea4e7c commit bf1930e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Prospector Changelog
=======

## Version 1.1.6.4
- [#333](https://github.com/PyCQA/prospector/pull/333) Hotfix for pylint module run
- [#309](https://github.com/PyCQA/prospector/pull/309) Remove the pylint locally-enabled message suppression

## Version 1.1.6.2
- [#304](https://github.com/PyCQA/prospector/pull/304) Pin pylint to 2.1.1 for now as prospector is not compatible with 2.2.0
- [#302](https://github.com/PyCQA/prospector/issues/302) Pin astroid to 2.0.4 as pylint-django and pylint-flask need fixes to be compatible with newer versions
Expand Down
2 changes: 1 addition & 1 deletion prospector/__pkginfo__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
__version_info__ = (1, 1, 6, 3)
__version_info__ = (1, 1, 6, 4)
__version__ = '.'.join(map(str, __version_info__))

0 comments on commit bf1930e

Please sign in to comment.