bump to v1.1.0

This commit is contained in:
Sam Schott 2020-06-15 10:32:16 +02:00
parent c3fa3796e6
commit 657b8068e0
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## v1.1.0.dev
## v1.1.0
This release expands the CLI functionality and improves the handling of file modification
times during upload and download (used for display purposes only). It also fixes bugs

View File

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