From 79b0719ace4c0b3043260cfd3cb335361b82f4dd Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 27 Sep 2022 20:19:16 +0000 Subject: [PATCH] 1.1.14 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 0a2af26..d60dd8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ +## v1.1.14 (2022-09-27) + + ## v1.1.13 (2021-08-19) diff --git a/pyglidein/__init__.py b/pyglidein/__init__.py index 59fa48e..617c679 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.13" +__version__ = "1.1.14" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),