diff --git a/CHANGELOG.md b/CHANGELOG.md index aa942b5..a6697ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [3.0.0] - 2019-01-01 ### Added * This changelog file ([#273]) @@ -22,7 +22,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/pylast/pylast/compare/v2.4.0...HEAD +[Unreleased]: https://github.com/pylast/pylast/compare/v3.0.0...HEAD +[3.0.0]: https://github.com/pylast/pylast/compare/2.4.0...3.0.0 [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 diff --git a/pylast/version.py b/pylast/version.py index 50b9eb9..094cc8f 100644 --- a/pylast/version.py +++ b/pylast/version.py @@ -1,2 +1,2 @@ # Master version for pylast -__version__ = "3.0.0" +__version__ = "3.1.0.dev0"