Skip to content

Commit a2342d6

Browse files
committed
Version 2.1.3 - Don't directly modify external note object
See commit: 5ef38a1 for details References: #26
1 parent 5ef38a1 commit a2342d6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
History
22
========
33

4+
2.1.3 (2019-06-01)
5+
------------------
6+
7+
* Fix issue where update_note was actually modifying the external note object passed to it rather than creating a copy and returning that.
8+
49
2.1.2 (2019-04-07)
510
------------------
611

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.2"
6+
__version__ = "2.1.3"
77
__license__ = "MIT"

0 commit comments

Comments
 (0)