We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7347415 commit 4f0fd11Copy full SHA for 4f0fd11
docs/conf.py
@@ -22,7 +22,7 @@
22
author = "Jon Zeolla"
23
24
# The full version, including alpha/beta/rc tags
25
-release = "2021.06.01"
+release = "2021.07.01"
26
27
28
# -- General configuration ---------------------------------------------------
easy_infra/__init__.py
@@ -4,4 +4,4 @@
4
__maintainer__ = "Seiso"
5
__copyright__ = "(c) 2021 Seiso, LLC"
6
__project_name__ = "easy_infra"
7
-__version__ = "2021.06.01"
+__version__ = "2021.07.01"
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2021.06.01
+current_version = 2021.07.01
3
commit_message = "Automatically generated release {new_version}"
commit = True
tag = True
0 commit comments