From 4c1544290c6fddfb53d2b4c1c8f284177fb83060 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 30 Sep 2022 14:44:10 +0000 Subject: [PATCH] 1.1.20 Automatically generated by python-semantic-release --- CHANGELOG.md | 3 +++ pyglidein/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd88205..bd76944 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ +## v1.1.20 (2022-09-30) + + ## v1.1.19 (2022-09-29) diff --git a/pyglidein/__init__.py b/pyglidein/__init__.py index 959712f..7637a43 100644 --- a/pyglidein/__init__.py +++ b/pyglidein/__init__.py @@ -5,7 +5,7 @@ # is zero for an official release, positive for a development branch, # or negative for a release candidate or beta (after the base version # number has been incremented) -__version__ = "1.1.19" +__version__ = "1.1.20" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),