diff --git a/CHANGELOG.md b/CHANGELOG.md index bbfc9d2..b883d87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## v10.0.11 (2020-07-16) - [Feature] Upgrade all repositories to open-release/juniper.2 - [Bugfix] Fix `reload-gunicorn` command diff --git a/tutor/__about__.py b/tutor/__about__.py index bc8f6e0..bdaf179 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "10.0.10" +__version__ = "10.0.11"