Skip to content

Commit

Permalink
Merge pull request #20 from capitalone/dev
Browse files Browse the repository at this point in the history
Release 2022.4.1
  • Loading branch information
Faisal authored Apr 19, 2022
2 parents e05f4fe + 65315b1 commit e089337
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
author = 'Akshay Gupta'

# The short X.Y version
version = "2022.4.0"
version = "2022.4.1"
# The full version, including alpha/beta/rc tags
release = ''

Expand Down
2 changes: 1 addition & 1 deletion edgetest_conda/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Package initialization."""

__version__ = "2022.4.0"
__version__ = "2022.4.1"

__title__ = "edgetest-conda"
__description__ = "Conda edgetest plugin"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packaging==21.3
# via edgetest
pluggy==1.0.0
# via edgetest
pyparsing==3.0.7
pyparsing==3.0.8
# via packaging
tabulate==0.8.9
# via edgetest
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ edgetest =
conda = edgetest_conda.plugin

[bumpver]
current_version = "2022.4.0"
current_version = "2022.4.1"
version_pattern = "YYYY.MM.INC0"
commit_message = "Bump {old_version} to {new_version}"
commit = True
Expand Down

0 comments on commit e089337

Please sign in to comment.