diff --git a/CHANGELOG.md b/CHANGELOG.md index 29dbcc1..68eed72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ Note: Breaking changes between versions are indicated by "💥". ## Unreleased -- [Bugfix] Fix "Read-only file system" errors when running `tutor dev runserver` commands on Mac OS. +## v11.0.4 (2020-12-17) + +- [Bugfix] Fix "Read-only file system" errors when running `tutor dev runserver` commands on Mac OS. (#392) ## v11.0.3 (2020-12-15) diff --git a/tutor/__about__.py b/tutor/__about__.py index b774f70..d0051a1 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "11.0.3" +__version__ = "11.0.4"