diff --git a/CHANGELOG.md b/CHANGELOG.md index ad0b9a0..ad9e1bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## v10.2.1 (2020-08-27) - [Bugfix] Upgrade all services to open-release/juniper.3 - [Bugfix] Fix upload of video transcripts to S3 diff --git a/tutor/__about__.py b/tutor/__about__.py index 27960b7..775e1a6 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "10.2.0" +__version__ = "10.2.1"