diff --git a/changelog.md b/changelog.md index f3e3036..3cd48aa 100644 --- a/changelog.md +++ b/changelog.md @@ -3,7 +3,7 @@ ## Current master -[Full Changelog](https://github.com/pubs/pubs/compare/v0.8.1...master) +[Full Changelog](https://github.com/pubs/pubs/compare/v0.8.2...master) ### Implemented enhancements @@ -13,6 +13,15 @@ ### Fixed bugs +## [v0.8.2](https://github.com/pubs/pubs/compare/v0.8.1...v0.8.2) (2018-12-04) + +Fixes install on python2. + +### Fixed bugs + +- Fix missing readme.md for python2 pip install. [(#174)](https://github.com/pubs/pubs/pull/174) + + ## [v0.8.1](https://github.com/pubs/pubs/compare/v0.8.0...v0.8.1) (2018-08-28) A hotfix release. All users of 0.8.0 are urged to upgrade. diff --git a/pubs/version.py b/pubs/version.py index ef72cc0..4ca39e7 100644 --- a/pubs/version.py +++ b/pubs/version.py @@ -1 +1 @@ -__version__ = '0.8.1' +__version__ = '0.8.2'