From 3521612b3777891bd842e7b56b86d847440197e4 Mon Sep 17 00:00:00 2001 From: atomicules Date: Sat, 24 Mar 2018 21:00:58 +0000 Subject: [PATCH] Bump to version 1.0.5 --- HISTORY.rst | 4 ++++ simplenote/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index feeda4f..01d05b0 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,10 @@ History ======== +1.0.5 (2018-03-24) +------------------- +* Sort tags in get_note and update_note + 1.0.4 (2018-02-26) ------------------- * Unescape html entites due to api change diff --git a/simplenote/__init__.py b/simplenote/__init__.py index b57b7d1..9b4cfa3 100644 --- a/simplenote/__init__.py +++ b/simplenote/__init__.py @@ -3,5 +3,5 @@ from .simplenote import Simplenote, SimplenoteLoginFailed __author__ = "Daniel Schauenberg" -__version__ = "1.0.4" +__version__ = "1.0.5" __license__ = "MIT"