diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cc5c00..b7ba450 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.3.0 (2019-03-22) + +- [Feature] Upgrade from Hawthorn to Ironwood + ## 3.2.2 (2019-03-21) - [Feature] Multiple platforms on a single server \o/ diff --git a/tutor/__about__.py b/tutor/__about__.py index 1e3bed4..88c513e 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.2.2" +__version__ = "3.3.0"