Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Coêlho <carlos@vinta.com.br>
  • Loading branch information
chocoelho committed Oct 5, 2018
1 parent 5f726a7 commit eb9ee44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Prospector Changelog
=======

## Version 1.1.3
- [#279](https://github.com/PyCQA/prospector/issues/279) Fix --show-profile crash

## Version 1.1.2
- [#276](https://github.com/PyCQA/prospector/issues/276) Updating required Pyroma version and removing some warnings which were removed from Pyroma - thanks [@volans-](https://github.com/volans-) for PR [#277](https://github.com/PyCQA/prospector/pull/277)

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

0 comments on commit eb9ee44

Please sign in to comment.