From 42b64bdf1048bd9311555ec4edb7afb7d05d8e5d Mon Sep 17 00:00:00 2001 From: Seiso Automation Date: Thu, 31 Aug 2023 13:30:20 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202023.08.18=20=E2=86=92=202023?= =?UTF-8?q?.08.19?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 2 +- easy_infra/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 4a2b3be8..6c53a6fe 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 = "2023.08.18" +release = "2023.08.19" # -- General configuration --------------------------------------------------- diff --git a/easy_infra/__init__.py b/easy_infra/__init__.py index 77c0adf1..07842343 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__ = "2023.08.18" +__version__ = "2023.08.19" diff --git a/setup.cfg b/setup.cfg index f322da14..33f0bf4f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2023.08.18 +current_version = 2023.08.19 parse = (?P2[0-1]\d{2})\.(?P(0\d|1[0-2]))(.(?P\d{2}))? serialize = {year}.{month}.{increment} commit = True