diff --git a/CHANGELOG.md b/CHANGELOG.md index 4085785..2adc6df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Latest +## 3.6.0 (2019-07-11) - [Feature] Modify ``createuser`` commands to define a password from the command line - [Improvement] Better yaml value parsing from command line diff --git a/tutor/__about__.py b/tutor/__about__.py index ad45aa3..85197cb 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.5.3" +__version__ = "3.6.0"