Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chocoelho committed Jun 20, 2020
1 parent f33f354 commit 1ac3393
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -13,6 +13,8 @@ Prospector Changelog
- Drop Python 2 support
- [#378](https://github.com/PyCQA/prospector/pull/378) Add output-target field when merging profiles
- [#369](https://github.com/PyCQA/prospector/pull/369) Add support for [pycodestyle] external config section
- Fix AttributeExceptionError being raised when ignore_paths is an integer
- Use black on entire project

## Version 1.2.0
- Drop Python 3.4 support
Expand Down
2 changes: 1 addition & 1 deletion prospector/__pkginfo__.py
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
__version_info__ = (1, 3, 0, "dev4")
__version_info__ = (1, 3, 0, "dev5")
__version__ = ".".join(map(str, __version_info__))

0 comments on commit 1ac3393

Please sign in to comment.