Update changelog and version
This commit is contained in:
parent
d1d17314b2
commit
eeb65d9724
|
@ -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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
# Master version for pylast
|
||||
__version__ = "2.5.0.dev0"
|
||||
__version__ = "3.0.0.dev0"
|
||||
|
|
Loading…
Reference in a new issue