From fa1ea795cd6c0e43808e8bf04fe18da2303ff6d4 Mon Sep 17 00:00:00 2001 From: fdosani Date: Fri, 1 Apr 2022 17:05:21 -0300 Subject: [PATCH 1/3] Bump 2021.12.1 to 2022.4.0 --- 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 34fc11c..4f2ed75 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,7 +25,7 @@ author = 'Akshay Gupta' # The short X.Y version -version = "2021.12.1" +version = "2022.4.0" # The full version, including alpha/beta/rc tags release = '' diff --git a/edgetest_conda/__init__.py b/edgetest_conda/__init__.py index baea5cf..bf52ca8 100644 --- a/edgetest_conda/__init__.py +++ b/edgetest_conda/__init__.py @@ -1,6 +1,6 @@ """Package initialization.""" -__version__ = "2021.12.1" +__version__ = "2022.4.0" __title__ = "edgetest-conda" __description__ = "Conda edgetest plugin" diff --git a/setup.cfg b/setup.cfg index 3e34986..1010b5a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -83,7 +83,7 @@ edgetest = conda = edgetest_conda.plugin [bumpver] -current_version = "2021.12.1" +current_version = "2022.4.0" version_pattern = "YYYY.MM.INC0" commit_message = "Bump {old_version} to {new_version}" commit = True From 5a436cb8416d6f0fa2c608aae4c59aee28d99029 Mon Sep 17 00:00:00 2001 From: Faisal Date: Fri, 1 Apr 2022 17:23:59 -0300 Subject: [PATCH 2/3] updating precommit versions --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e81511b..1ef481e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ exclude: ^notebooks/ repos: - repo: https://github.com/psf/black - rev: 20.8b1 + rev: 22.3.0 hooks: - id: black types: [file, python] - language_version: python3.7 + language_version: python3.9 - repo: https://github.com/pre-commit/mirrors-isort rev: v5.5.4 hooks: @@ -15,8 +15,8 @@ repos: hooks: - id: flake8 additional_dependencies: [flake8-docstrings] - files: ^edgetest_conda/ - language_version: python3.7 + files: ^edgetest_pip_tools/ + language_version: python3.9 - repo: https://github.com/jazzband/pip-tools rev: 5.5.0 hooks: From 1fc6cd5c8a55ad0e4a3bb11abc58859a6c7f788b Mon Sep 17 00:00:00 2001 From: Faisal Date: Fri, 1 Apr 2022 17:25:30 -0300 Subject: [PATCH 3/3] typo fix --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1ef481e..946c6ff 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: hooks: - id: flake8 additional_dependencies: [flake8-docstrings] - files: ^edgetest_pip_tools/ + files: ^edgetest_conda/ language_version: python3.9 - repo: https://github.com/jazzband/pip-tools rev: 5.5.0