Skip to content

Commit 7df9e89

Browse files
committed
Version 2.1.1 - Handle token failure, fix KeyError in get_note_list
- Handle invalid/expired tokens - Fixed KeyError in get_note_list() when offline - Fix order of note, status for trash_note
1 parent 6a6a9b1 commit 7df9e89

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

HISTORY.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
History
22
========
33

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+
411
2.1.0 (2018-11-04)
512
------------------
613

714
* Adds since paramter back in (as Simperium cursor, not date)
8-
*
915

1016
2.0.3 (2018-10-19)
1117
------------------

simplenote/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
from .simplenote import Simplenote, SimplenoteLoginFailed
44

55
__author__ = "Daniel Schauenberg"
6-
__version__ = "2.1.0"
6+
__version__ = "2.1.1
77
__license__ = "MIT"

0 commit comments

Comments
 (0)