Skip to content

Commit

Permalink
3.10.1 (2020-01-13)
Browse files Browse the repository at this point in the history
- [Improvement] Explicitely point to docker.io images, when necessary,
for [podman](https://podman.io/) compatibility.
  • Loading branch information
regisb committed Jan 13, 2020
1 parent 6d46d59 commit e611b90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## 3.10.1 (2020-01-13)

- [Improvement] Explicitely point to docker.io images, when necessary, for [podman](https://podman.io/) compatibility.

## 3.10.0 (2020-01-10)

- [Bugfix] Fix oauth authentication in dev mode
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.10.0"
__version__ = "3.10.1"

0 comments on commit e611b90

Please sign in to comment.