Skip to content

Commit 19a8c6e

Browse files
committed
Fix error in version number
That's what you get when I try to do this on my phone.
1 parent 7df9e89 commit 19a8c6e

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.2 (2019-04-07)
5+
------------------
6+
7+
* Fix error in version number
8+
49
2.1.1 (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.1
6+
__version__ = "2.1.2"
77
__license__ = "MIT"

0 commit comments

Comments
 (0)