We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a6a9b1 commit 7df9e89Copy full SHA for 7df9e89
HISTORY.rst
@@ -1,11 +1,17 @@
1
History
2
========
3
4
+2.1.1 (2019-04-07)
5
+------------------
6
+
7
+* Handle invalid/expired tokens
8
+* Fixed KeyError in get_note_list() when offline
9
+* Fix order of note, status for trash_note
10
11
2.1.0 (2018-11-04)
12
------------------
13
14
* Adds since paramter back in (as Simperium cursor, not date)
-*
15
16
2.0.3 (2018-10-19)
17
simplenote/__init__.py
@@ -3,5 +3,5 @@
from .simplenote import Simplenote, SimplenoteLoginFailed
__author__ = "Daniel Schauenberg"
-__version__ = "2.1.0"
+__version__ = "2.1.1
__license__ = "MIT"
0 commit comments