Skip to content

Commit

Permalink
Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Aug 14, 2018
1 parent d1d1731 commit eeb65d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,19 @@ 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

* 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
2 changes: 1 addition & 1 deletion pylast/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Master version for pylast
__version__ = "2.5.0.dev0"
__version__ = "3.0.0.dev0"

0 comments on commit eeb65d9

Please sign in to comment.