mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-05 04:48:00 +00:00
Release 0.1.0 of tutor-minio
This commit is contained in:
parent
67ec24765a
commit
41d7432fe3
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
Note: Breaking changes between versions are indicated by "💥".
|
Note: Breaking changes between versions are indicated by "💥".
|
||||||
|
|
||||||
|
## Latest
|
||||||
|
|
||||||
|
- [Bugfix] Fix missing patches from minio plugin (thanks @Wejie!)
|
||||||
|
|
||||||
## 3.6.0 (2019-07-11)
|
## 3.6.0 (2019-07-11)
|
||||||
|
|
||||||
- [Feature] Modify ``createuser`` commands to define a password from the command line
|
- [Feature] Modify ``createuser`` commands to define a password from the command line
|
||||||
|
@ -10,7 +10,7 @@ with io.open(os.path.join(here, "README.rst"), "rt", encoding="utf8") as f:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="tutor-minio",
|
name="tutor-minio",
|
||||||
version="0.0.3",
|
version="0.1.0",
|
||||||
url="https://docs.tutor.overhang.io/",
|
url="https://docs.tutor.overhang.io/",
|
||||||
project_urls={
|
project_urls={
|
||||||
"Documentation": "https://docs.tutor.overhang.io/",
|
"Documentation": "https://docs.tutor.overhang.io/",
|
||||||
|
Loading…
Reference in New Issue
Block a user