Skip to content

Commit 8888b2d

Browse files
authored
Bump version: 2021.07.01 → 2021.08.01 (#104)
1 parent 2bba92a commit 8888b2d

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
@@ -22,7 +22,7 @@
2222
author = "Jon Zeolla"
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = "2021.07.01"
25+
release = "2021.08.01"
2626

2727

2828
# -- 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) 2021 Seiso, LLC"
66
__project_name__ = "easy_infra"
7-
__version__ = "2021.07.01"
7+
__version__ = "2021.08.01"

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="2021.07.01"
7+
EASY_INFRA_VERSION="2021.08.01"
88
# Color code lookups
99
ERROR='\033[0;31m'
1010
WARNING='\033[0;33m'

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 = 2021.07.01
2+
current_version = 2021.08.01
33
commit_message = "Automatically generated release {new_version}"
44
commit = True
55
tag = True

0 commit comments

Comments
 (0)