Skip to content

Commit a5b7b9e

Browse files
actions-usergithub-actions
authored andcommitted
1.1.16
Automatically generated by python-semantic-release
1 parent 8825e2f commit a5b7b9e

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.16 (2022-09-29)
6+
7+
58
## v1.1.15 (2022-09-28)
69

710

pyglidein/__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.15"
8+
__version__ = "1.1.16"
99
version_info = (
1010
int(__version__.split(".")[0]),
1111
int(__version__.split(".")[1]),

0 commit comments

Comments
 (0)