From 9603f97ea681fbccb5f0f576f9f7d768a651904f Mon Sep 17 00:00:00 2001 From: t92549 <80890692+t92549@users.noreply.github.com> Date: Tue, 25 Jun 2024 15:25:14 +0100 Subject: [PATCH] Gh-50: Updated Gaffer version to 2.2.2 (#51) * Updated Gaffer version to 2.2.2 * Fixes by autopep8 action (#52) autopep8 action fixes Co-authored-by: t92549 * Apply suggestions from code review Co-authored-by: tb06904 <141412860+tb06904@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: t92549 Co-authored-by: l46978 <141753189+l46978@users.noreply.github.com> Co-authored-by: tb06904 <141412860+tb06904@users.noreply.github.com> --- src/__init__.py | 2 +- src/fishbowl/__init__.py | 2 +- src/gafferpy/__init__.py | 2 +- src/gafferpy_examples/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/__init__.py b/src/__init__.py index 78b942ca..e9b04796 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.2.1" +__version__ = "2.2.2" __title__ = "gafferpy" __description__ = "Gaffer Python Shell" diff --git a/src/fishbowl/__init__.py b/src/fishbowl/__init__.py index c25dc91d..414175b7 100644 --- a/src/fishbowl/__init__.py +++ b/src/fishbowl/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.2.1" +__version__ = "2.2.2" __title__ = "fishbowl" __description__ = "Gaffer Python Shell" diff --git a/src/gafferpy/__init__.py b/src/gafferpy/__init__.py index 78b942ca..e9b04796 100644 --- a/src/gafferpy/__init__.py +++ b/src/gafferpy/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.2.1" +__version__ = "2.2.2" __title__ = "gafferpy" __description__ = "Gaffer Python Shell" diff --git a/src/gafferpy_examples/__init__.py b/src/gafferpy_examples/__init__.py index 9901113d..032afa3f 100644 --- a/src/gafferpy_examples/__init__.py +++ b/src/gafferpy_examples/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.2.1" +__version__ = "2.2.2" __title__ = "gafferpy_examples" __description__ = "Gaffer Python Shell"