Start new release cycle

This commit is contained in:
Hugo 2019-01-01 18:05:12 +02:00
parent f67afa0d58
commit 9968d5f06e
2 changed files with 4 additions and 3 deletions

View file

@ -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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [3.0.0] - 2019-01-01
### Added ### Added
* This changelog file ([#273]) * 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]) * 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 [2.4.0]: https://github.com/pylast/pylast/compare/2.3.0...2.4.0
[#265]: https://github.com/pylast/pylast/issues/265 [#265]: https://github.com/pylast/pylast/issues/265
[#273]: https://github.com/pylast/pylast/issues/273 [#273]: https://github.com/pylast/pylast/issues/273

View file

@ -1,2 +1,2 @@
# Master version for pylast # Master version for pylast
__version__ = "3.0.0" __version__ = "3.1.0.dev0"