Skip to content

Commit 2661b0d

Browse files
committed
1.1.14
Automatically generated by python-semantic-release
1 parent 105e241 commit 2661b0d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
<!--next-version-placeholder-->
44

5+
## v1.1.14 (2021-12-28)
6+
7+
58
## v1.1.13 (2021-12-28)
69

710

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# is zero for an official release, positive for a development branch,
66
# or negative for a release candidate or beta (after the base version
77
# number has been incremented)
8-
__version__ = "1.1.13"
8+
__version__ = "1.1.14"
99
version_info = (
1010
int(__version__.split(".")[0]),
1111
int(__version__.split(".")[1]),

0 commit comments

Comments
 (0)