diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fc273a..dc974d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Latest +## 3.4.3 (2019-06-24) - [Bugfix] Fix missing password values from generated configuration diff --git a/tutor/__about__.py b/tutor/__about__.py index 46aa803..567bfde 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.4.2" +__version__ = "3.4.3"