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 5ef38a1 commit a2342d6Copy full SHA for a2342d6
HISTORY.rst
@@ -1,6 +1,11 @@
1
History
2
========
3
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
9
2.1.2 (2019-04-07)
10
------------------
11
simplenote/__init__.py
@@ -3,5 +3,5 @@
from .simplenote import Simplenote, SimplenoteLoginFailed
__author__ = "Daniel Schauenberg"
-__version__ = "2.1.2"
+__version__ = "2.1.3"
__license__ = "MIT"
0 commit comments