From 300786850866e9a6c0e11942efd71f4b4d0483dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Apr 2022 14:46:21 -0300 Subject: [PATCH 1/2] [create-pull-request] automated change (#18) Co-authored-by: fdosani --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index feed3bd..1f3f4a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 From 65315b1fe517154cac46173f4847938d2c4d81c0 Mon Sep 17 00:00:00 2001 From: Faisal Date: Tue, 19 Apr 2022 10:46:27 -0300 Subject: [PATCH 2/2] Bump 2022.4.0 to 2022.4.1 (#19) --- docs/source/conf.py | 2 +- edgetest_conda/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 4f2ed75..4ffd2a4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 = '' diff --git a/edgetest_conda/__init__.py b/edgetest_conda/__init__.py index bf52ca8..70f7002 100644 --- a/edgetest_conda/__init__.py +++ b/edgetest_conda/__init__.py @@ -1,6 +1,6 @@ """Package initialization.""" -__version__ = "2022.4.0" +__version__ = "2022.4.1" __title__ = "edgetest-conda" __description__ = "Conda edgetest plugin" diff --git a/setup.cfg b/setup.cfg index 1010b5a..6179c92 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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