From 96f8f129d960a15fbf1fcd4eb41d77e3a5ce29e7 Mon Sep 17 00:00:00 2001 From: Seiso Automation Date: Wed, 12 Oct 2022 12:43:37 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202022.10.03=20=E2=86=92=202022?= =?UTF-8?q?.10.04?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 2 +- easy_infra/__init__.py | 2 +- functions.j2 | 2 +- setup.cfg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 62d032c0..465c57a5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,7 +20,7 @@ author = "Jon Zeolla" # The full version, including alpha/beta/rc tags -release = "2022.10.03" +release = "2022.10.04" # -- General configuration --------------------------------------------------- diff --git a/easy_infra/__init__.py b/easy_infra/__init__.py index 99eee0b3..a1ccc24c 100644 --- a/easy_infra/__init__.py +++ b/easy_infra/__init__.py @@ -4,4 +4,4 @@ __maintainer__ = "Seiso" __copyright__ = "(c) 2022 Seiso, LLC" __project_name__ = "easy_infra" -__version__ = "2022.10.03" +__version__ = "2022.10.04" diff --git a/functions.j2 b/functions.j2 index ce4f166d..e31825fc 100755 --- a/functions.j2 +++ b/functions.j2 @@ -4,7 +4,7 @@ ##################################################################### # Globals -EASY_INFRA_VERSION="2022.10.03" +EASY_INFRA_VERSION="2022.10.04" # All private functions (start with _) come from here source /usr/local/bin/common.sh diff --git a/setup.cfg b/setup.cfg index 58f1d72d..751f4162 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2022.10.03 +current_version = 2022.10.04 commit = True tag = True