diff --git a/changelog.md b/changelog.md index d64f6be..52dadd9 100644 --- a/changelog.md +++ b/changelog.md @@ -3,7 +3,12 @@ ## Current master -[Full Changelog](https://github.com/pubs/pubs/compare/v0.8.2...master) +[Full Changelog](https://github.com/pubs/pubs/compare/v0.8.3...master) + +### Fixed bugs + + +## [v0.8.3](https://github.com/pubs/pubs/compare/v0.8.2...v0.8.3) (2019-08-12) ### Implemented enhancements @@ -13,15 +18,11 @@ - Add `citekey` filter to `query` ([#193](https://github.com/pubs/pubs/pull/193) by [Shane Stone](https://github.com/shanewstone)) - The `--config` and `--force-colors` command line options now appear when invoking `pubs --help` -### Fixed bugs - - ## [v0.8.2](https://github.com/pubs/pubs/compare/v0.8.1...v0.8.2) (2019-01-06) -Fixes install on python2, and adding old-style arXiv references. - ### Fixed bugs +- Fixes install on python2, and adding old-style arXiv references. - Fixes adding papers with slashes in their citekeys. [(#179)](https://github.com/pubs/pubs/pull/179) (thanks [Amlesh Sivanantham](https://github.com/zamlz) for reporting.) - Fix missing readme.md for python2 pip install. [(#174)](https://github.com/pubs/pubs/pull/174) diff --git a/pubs/version.py b/pubs/version.py index 2b0631f..b4e3540 100644 --- a/pubs/version.py +++ b/pubs/version.py @@ -1 +1 @@ -__version__ = '0.8.2-r1' +__version__ = '0.8.3'