bumped to v1.0.1

This commit is contained in:
Sam Schott 2020-05-08 10:08:50 +02:00
parent 2d56802ec7
commit 77258f06d1
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
## v1.0.1
This release fixes bugs in the command line interface.
#### Fixed:
- Fixes a crash of the CLI when an update is available due to incorrect formatting of the
update message.
- Fixes an error when listing the contents of an empty directory with `maestral ls`.
## v1.0.0
This is the first stable release of Maestral. There have been numerous bug fixes to error

View File

@ -16,6 +16,6 @@ The following APIs should remain stable for frontends:
"""
__version__ = '1.0.0'
__version__ = '1.0.1'
__author__ = 'Sam Schott'
__url__ = 'https://github.com/SamSchott/maestral'