Skip to content

Commit

Permalink
Merge pull request #208 from sijis/feature/changelog_and_release
Browse files Browse the repository at this point in the history
Update CHANGELOG and bump version
  • Loading branch information
carlio authored May 2, 2017
2 parents 7787795 + 95c0100 commit 9564c39
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 0.12.5
* [#207](https://github.com/landscapeio/prospector/pull/207) Fixed missing 'UnknownMessage' exception caused by recent pylint submodule changes
* Minor documentation formatting updates

# Version 0.12.4
* Panicky stapling of pyroma dependency until prospector is fied to not break with the new pyroma release

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

0 comments on commit 9564c39

Please sign in to comment.