diff --git a/CHANGELOG.md b/CHANGELOG.md index 41078fc..aa46d1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥". ## Unreleased +## v10.5.0 (2020-11-19) + - 💥[Improvement] Remove `dev/local pullimages`. Instead, run `dev/local dc pull`. - 💥[Improvement] Add `dev dc` and `local dc` commands as thin wrappers of the `docker-compose` CLI. - 💥[Improvement] Remove the undocumented `local run_hook` command. Instead, run `local init --limit=...`. diff --git a/tutor/__about__.py b/tutor/__about__.py index 5fcda0a..cbbf66a 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "10.4.1" +__version__ = "10.5.0"