Skip to content

Commit da84299

Browse files
committed
v3.0.4
- [Minor] Minimum required `click` version is 7.0 (#171) - [Bugfix] Fix `runserver` dev command (#172) - [Minor] Fix non-https link to documentation in pypi - [Minor] Fix `createuser` documentation
1 parent 5b4beed commit da84299

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
# Latest
3+
## 3.0.4 (2019-02-13)
44

55
- [Minor] Minimum required `click` version is 7.0 (#171)
66
- [Bugfix] Fix `runserver` dev command (#172)

tutor/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.0.3"
1+
__version__ = "3.0.4"

0 commit comments

Comments
 (0)