released bug fix version v0.3.1

this will be a PyPI only release since the Maestral App on macOS is not affected
This commit is contained in:
Sam Schott 2019-08-14 22:12:40 +01:00
parent 668847e48f
commit 5136553e29
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
### v0.3.1 (2019-08-14)
_Fixes_:
- Fixes a bug when calling the command line script `maestral daemon errors`. This bug
was the result of an error in pickling our MaestralApiExceptions (see
[https://bugs.python.org/issue1692335#msg310951](https://bugs.python.org/issue1692335#msg310951)
for a discussion).
### v0.3.0 (2019-08-14)
This release includes several significant changes. The largest are:

View File

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