Skip to content

Commit

Permalink
Upgrade changelog and version for 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Aug 27, 2021
1 parent 6523fd8 commit e0fa21d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

Version 1.4.1
-------------

- [#373](https://github.com/PyCQA/prospector/issues/373) Permits to raise pylint's useless-suppression
- [#414](https://github.com/PyCQA/prospector/pull/414) Loosen pycodestyle requirement
- [#408](https://github.com/PyCQA/prospector/pull/408) Fix filenames if they are PosixPath
- [#412](https://github.com/PyCQA/prospector/pull/412) Fix unclosed file warning
- [#399](https://github.com/PyCQA/prospector/pull/399) Fix fatal error on running mypy when duplicate module names

Version 1.4.0
-------------

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

0 comments on commit e0fa21d

Please sign in to comment.