changelog and version bump

This commit is contained in:
Sam Schott 2019-09-16 11:57:01 +01:00
parent 7519b29f9b
commit 2843e65e34
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
### v0.4.1
#### Changed:
- Timeout connection check after 1 sec. This improves how quickly Maestral notices that
there is not connection to Dropbox servers.
#### Fixed:
- Catch unexpected exceptions in sync threads.
### v0.4.0
Main changes are:

View File

@ -5,6 +5,6 @@ Created on Wed Oct 31 16:23:13 2018
@author: samschott
"""
__version__ = "0.4.0"
__version__ = "0.4.1-dev"
__author__ = "Sam Schott"
__url__ = "https://github.com/SamSchott/maestral"