Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
chocoelho committed Nov 18, 2018
2 parents c7f82b4 + 744112f commit 283bca1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Prospector Changelog
=======

# Version 1.1.5
- [#283](https://github.com/PyCQA/prospector/pull/283) Remove unexpected argument from read_config_file - Remove quiet
argument
- [#291](https://github.com/PyCQA/prospector/pull/291) Update pycodestyle support until 2.4.0
- [#280](https://github.com/PyCQA/prospector/pull/280) Add strict option and fixed emacs output format for mypy tool
- [#282](https://github.com/PyCQA/prospector/pull/282) Fix working dir detection

## Version 1.1.4
- [#285](https://github.com/PyCQA/prospector/issues/285) Fix dependency tree resolution - now insists on `pep8-naming<=0.4.1` as later versions cause conflicting versions of flake8 to be installed.

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, 4)
__version_info__ = (1, 1, 5)
__version__ = '.'.join(map(str, __version_info__))

0 comments on commit 283bca1

Please sign in to comment.