From caf38d552033fe6dc6c3ed195438d288cdabefd9 Mon Sep 17 00:00:00 2001 From: Akshay Gupta Date: Tue, 6 Aug 2024 13:28:23 -0400 Subject: [PATCH 1/3] Small change to supported ruff version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 142d5c8..add73b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ tests = [ qa = [ "mypy", "pre-commit", - "ruff==0.5", + "ruff~=0.5", "types-click", "types-setuptools", "types-tabulate", From c29a72d21e06027355f6d84a34efa7b1e1ed611a Mon Sep 17 00:00:00 2001 From: Akshay Gupta Date: Tue, 6 Aug 2024 13:29:31 -0400 Subject: [PATCH 2/3] Changing bumpver configuration --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index add73b8..8c18844 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -131,7 +131,6 @@ lower = [ [bumpver] current_version = "2023.6.1" version_pattern = "YYYY.MM.INC0" -commit = true [bumpver.file_patterns] "docs/source/conf.py" = [ From df1e9eb3ca9dca4774d1ea394b01708dace63fb4 Mon Sep 17 00:00:00 2001 From: Akshay Gupta Date: Tue, 6 Aug 2024 13:30:27 -0400 Subject: [PATCH 3/3] Running bumpver... successfully this time --- docs/source/conf.py | 2 +- edgetest/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 97ce35d..8676d20 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,7 +24,7 @@ author = "Akshay Gupta" # The short X.Y version -version = "2023.6.1" +version = "2024.8.0" # The full version, including alpha/beta/rc tags release = "" diff --git a/edgetest/__init__.py b/edgetest/__init__.py index 9f3a1f7..fa70a90 100644 --- a/edgetest/__init__.py +++ b/edgetest/__init__.py @@ -1,6 +1,6 @@ """Package initialization.""" -__version__ = "2024.4.0" +__version__ = "2024.8.0" __title__ = "edgetest" __description__ = "Bleeding edge dependency testing" diff --git a/pyproject.toml b/pyproject.toml index 8c18844..8bdebe8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -129,7 +129,7 @@ lower = [ # BUMPVER -------------------------------------------------------------------- [bumpver] -current_version = "2023.6.1" +current_version = "2024.8.0" version_pattern = "YYYY.MM.INC0" [bumpver.file_patterns]