Version 0.8.2

main
Olivier Mangin 6 years ago
parent d931b977e4
commit a6c7376b51
No known key found for this signature in database
GPG Key ID: D72FEC1C3120A884

@ -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.

@ -1 +1 @@
__version__ = '0.8.1'
__version__ = '0.8.2'

Loading…
Cancel
Save