6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-11-16 18:15:09 +00:00

v3.3.4 (2019-04-09)

- [Improvement] Rename `--silent` option to `-y/--yes`
- [Bugfix] Fix (again) login from studio when https is activated (#193)
This commit is contained in:
Régis Behmo 2019-04-09 11:50:09 -07:00
parent 3b9880ec74
commit 695cc0d18a
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Changelog # Changelog
## Latest ## v3.3.4 (2019-04-09)
- [Improvement] Rename `--silent` option to `-y/--yes` - [Improvement] Rename `--silent` option to `-y/--yes`
- [Bugfix] Fix (again) login from studio when https is activated (#193) - [Bugfix] Fix (again) login from studio when https is activated (#193)

View File

@ -1 +1 @@
__version__ = "3.3.3" __version__ = "3.3.4"