mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-14 06:58:21 +00:00
v13.0.1
- [Fix] Missing requirements file in `pip install tutor[full]`.
This commit is contained in:
parent
14c40376ec
commit
4bfaa80bd3
@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥".
|
||||
|
||||
## Unreleased
|
||||
|
||||
## v13.0.1
|
||||
|
||||
- [Fix] Missing requirements file in `pip install tutor[full]`.
|
||||
|
||||
## v13.0.0
|
||||
|
@ -2,7 +2,7 @@ import os
|
||||
|
||||
# Increment this version number to trigger a new release. See
|
||||
# docs/tutor.html#versioning for information on the versioning scheme.
|
||||
__version__ = "13.0.0"
|
||||
__version__ = "13.0.1"
|
||||
|
||||
# The version suffix will be appended to the actual version, separated by a
|
||||
# dash. Use this suffix to differentiate between the actual released version and
|
||||
|
Loading…
Reference in New Issue
Block a user