diff --git a/docs/conf.py b/docs/conf.py index 5cf39415..7729da38 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.09.14" +release = "2022.09.15" # -- General configuration --------------------------------------------------- diff --git a/easy_infra/__init__.py b/easy_infra/__init__.py index 197ee670..5e7d8208 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.09.14" +__version__ = "2022.09.15" diff --git a/functions.j2 b/functions.j2 index b17b5c74..79eb6087 100755 --- a/functions.j2 +++ b/functions.j2 @@ -4,7 +4,7 @@ ##################################################################### # Globals -EASY_INFRA_VERSION="2022.09.14" +EASY_INFRA_VERSION="2022.09.15" # All private functions (start with _) come from here source /usr/local/bin/common.sh diff --git a/setup.cfg b/setup.cfg index 133afdd1..b0878d7c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2022.09.14 +current_version = 2022.09.15 commit = True tag = True