Skip to content

Commit 0462214

Browse files
Bump version: 2022.10.02 → 2022.10.03
1 parent 9b46bcf commit 0462214

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
author = "Jon Zeolla"
2121

2222
# The full version, including alpha/beta/rc tags
23-
release = "2022.10.02"
23+
release = "2022.10.03"
2424

2525

2626
# -- General configuration ---------------------------------------------------

easy_infra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
__maintainer__ = "Seiso"
55
__copyright__ = "(c) 2022 Seiso, LLC"
66
__project_name__ = "easy_infra"
7-
__version__ = "2022.10.02"
7+
__version__ = "2022.10.03"

functions.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#####################################################################
55

66
# Globals
7-
EASY_INFRA_VERSION="2022.10.02"
7+
EASY_INFRA_VERSION="2022.10.03"
88

99
# All private functions (start with _) come from here
1010
source /usr/local/bin/common.sh

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2022.10.02
2+
current_version = 2022.10.03
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)