summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Maupetit <julien@maupetit.net>2021-05-10 14:56:52 +0200
committerJulien Maupetit <jmaupetit@users.noreply.github.com>2021-05-10 15:04:53 +0200
commit9fd3b88f058b40c395d7b5e6232d23dd8ea815be (patch)
tree46195d23b6b7b260f1fcb5dd2f53e971ee7a1c8e
parentedf9fef4a22aa17176a6b9eb83e895a9e0bac319 (diff)
Bump release to 2.0.12.0.1
Fixed: - Ability to `edit` the current frame (#418)
-rw-r--r--CHANGELOG.md5
-rw-r--r--docs/about/release-notes.md7
-rw-r--r--watson/version.py2
3 files changed, 12 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bb8e993..9a0cca5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [2.0.1] - 2021-05-10
+
### Fixed
- Ability to `edit` the current frame (#418)
@@ -277,7 +279,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
First stable public release 🎉
-[unreleased]: https://github.com/tailordev/watson/compare/2.0.0...HEAD
+[unreleased]: https://github.com/tailordev/watson/compare/2.0.1...HEAD
+[2.0.1]: https://github.com/tailordev/watson/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/tailordev/watson/compare/1.10.0...2.0.0
[1.10.0]: https://github.com/tailordev/watson/compare/1.9.0...1.10.0
[1.9.0]: https://github.com/tailordev/watson/compare/1.8.0...1.9.0
diff --git a/docs/about/release-notes.md b/docs/about/release-notes.md
index f4354d6..95b9c77 100644
--- a/docs/about/release-notes.md
+++ b/docs/about/release-notes.md
@@ -5,6 +5,12 @@ 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).
+## [2.0.1] - 2021-05-10
+
+### Fixed
+
+- Ability to `edit` the current frame (#418)
+
## [2.0.0] - 2021-03-19
### Added
@@ -270,6 +276,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
First stable public release 🎉
+[2.0.1]: https://github.com/tailordev/watson/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/tailordev/watson/compare/1.10.0...2.0.0
[1.10.0]: https://github.com/tailordev/watson/compare/1.9.0...1.10.0
[1.9.0]: https://github.com/tailordev/watson/compare/1.8.0...1.9.0
diff --git a/watson/version.py b/watson/version.py
index 1b23640..78155c2 100644
--- a/watson/version.py
+++ b/watson/version.py
@@ -1 +1 @@
-version = "2.0.0"
+version = "2.0.1"