From e6d50e47f47c1bcfc042f6bc9d9e83f789f6c1db Mon Sep 17 00:00:00 2001 From: Akshay Gupta <30963644+ak-gupta@users.noreply.github.com> Date: Thu, 27 Apr 2023 11:00:03 -0400 Subject: [PATCH] Remove edgetest bounds (#44) * Removing upper bound on edgetest * Bump 2022.12.0 to 2023.4.0 --- docs/source/conf.py | 2 +- edgetest_conda/__init__.py | 2 +- setup.cfg | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 292d8ca..b14bfc9 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.12.0" +version = "2023.4.0" # The full version, including alpha/beta/rc tags release = "" diff --git a/edgetest_conda/__init__.py b/edgetest_conda/__init__.py index 1fb2cd4..4891f76 100644 --- a/edgetest_conda/__init__.py +++ b/edgetest_conda/__init__.py @@ -1,6 +1,6 @@ """Package initialization.""" -__version__ = "2022.12.0" +__version__ = "2023.4.0" __title__ = "edgetest-conda" __description__ = "Conda edgetest plugin" diff --git a/setup.cfg b/setup.cfg index 8947b6a..a294a06 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,7 +32,7 @@ zip_safe = False include_package_data = True packages = find: install_requires = - edgetest<=2022.11.0,>=2022.3.0 + edgetest>=2022.3.0 [options.extras_require] docs = @@ -84,7 +84,7 @@ edgetest = conda = edgetest_conda.plugin [bumpver] -current_version = "2022.12.0" +current_version = "2023.4.0" version_pattern = "YYYY.MM.INC0" commit_message = "Bump {old_version} to {new_version}" commit = True