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"