Release 0.1.0 of tutor-minio

This commit is contained in:
Régis Behmo 2019-07-26 23:19:40 +02:00
parent 67ec24765a
commit 41d7432fe3
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@
Note: Breaking changes between versions are indicated by "💥".
## Latest
- [Bugfix] Fix missing patches from minio plugin (thanks @Wejie!)
## 3.6.0 (2019-07-11)
- [Feature] Modify ``createuser`` commands to define a password from the command line

View File

@ -10,7 +10,7 @@ with io.open(os.path.join(here, "README.rst"), "rt", encoding="utf8") as f:
setup(
name="tutor-minio",
version="0.0.3",
version="0.1.0",
url="https://docs.tutor.overhang.io/",
project_urls={
"Documentation": "https://docs.tutor.overhang.io/",