From eeb65d97240e61c780f8a4b9fc1ee072e6a9b1da Mon Sep 17 00:00:00 2001 From: Hugo Date: Tue, 14 Aug 2018 16:37:39 +0300 Subject: [PATCH] Update changelog and version --- CHANGELOG.md | 7 ++++++- pylast/version.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f801aff..2cd65e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - This changelog file ([#273]) +### Removed + +- Constants `COVER_SMALL`, `COVER_MEDIUM`, `COVER_LARGE`, `COVER_EXTRA_LARGE` + and `COVER_MEGA`. Use `SIZE_SMALL` etc. instead. ([#282]) ## [2.4.0] - 2018-08-08 ### Deprecated @@ -16,7 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Support for Python 2.7 ([#265]) -[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v2.4.0...HEAD +[Unreleased]: https://github.com/pylast/pylast/compare/v2.4.0...HEAD [2.4.0]: https://github.com/pylast/pylast/compare/2.3.0...2.4.0 [#265]: https://github.com/pylast/pylast/issues/265 [#273]: https://github.com/pylast/pylast/issues/273 +[#282]: https://github.com/pylast/pylast/pull/282 diff --git a/pylast/version.py b/pylast/version.py index ddb9d9b..88717cc 100644 --- a/pylast/version.py +++ b/pylast/version.py @@ -1,2 +1,2 @@ # Master version for pylast -__version__ = "2.5.0.dev0" +__version__ = "3.0.0.dev0"