Skip to content

Commit

Permalink
Bumping version and updating changelog for fix for #96 and #97
Browse files Browse the repository at this point in the history
  • Loading branch information
carlio committed Jan 10, 2015
1 parent cd0aa83 commit 851ddcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,9 @@
Prospector Changelog
=======

## Version 0.8.3
* [#96](https://github.com/landscapeio/prospector/issues/96) and [#97](https://github.com/landscapeio/prospector/issues/97) - disabling messages in profiles now works for pep8

## Version 0.8.2
* Version loading in setup.py no longer imports the prospector module (which could lead to various weirdnesses when installing on different platforms)
* [#82](https://github.com/landscapeio/prospector/issues/82) resolves regression in adapter library detection raising, ``ValueError: too many values to unpack``. provided by [@jquast](https://github.com/jquast)
Expand Down
2 changes: 1 addition & 1 deletion prospector/__pkginfo__.py
@@ -1,2 +1,2 @@
__version_info__ = (0, 8, 2)
__version_info__ = (0, 8, 3)
__version__ = '.'.join(map(str, __version_info__))

0 comments on commit 851ddcf

Please sign in to comment.