Skip to content

Commit 73750f4

Browse files
Bump version: 2022.10.06 → 2022.10.07
1 parent 9305a45 commit 73750f4

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.06"
23+
release = "2022.10.07"
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.06"
7+
__version__ = "2022.10.07"

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.06"
7+
EASY_INFRA_VERSION="2022.10.07"
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.06
2+
current_version = 2022.10.07
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)