Skip to content

Commit

Permalink
v3.11.9 (2020-04-07)
Browse files Browse the repository at this point in the history
- [Bugfix] Fix Android app build for domain names that include a dash
("-")
  • Loading branch information
regisb committed Apr 7, 2020
1 parent 36e2f81 commit 30f3923
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Note: Breaking changes between versions are indicated by "💥".

## Unreleased
## v3.11.9 (2020-04-07)

- [Bugfix] Fix Android app build for domain names that include a dash ("-")

Expand Down
2 changes: 1 addition & 1 deletion tutor/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.11.8"
__version__ = "3.11.9"

0 comments on commit 30f3923

Please sign in to comment.