Skip to content

Commit

Permalink
Bump to version 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
atomicules committed Mar 24, 2018
1 parent a625189 commit 3521612
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion simplenote/__init__.py
Expand Up @@ -3,5 +3,5 @@
from .simplenote import Simplenote, SimplenoteLoginFailed

__author__ = "Daniel Schauenberg"
__version__ = "1.0.4"
__version__ = "1.0.5"
__license__ = "MIT"

0 comments on commit 3521612

Please sign in to comment.