From f7fdfe10b08242c4f3332b7a73b6fd027b880f06 Mon Sep 17 00:00:00 2001 From: Akshay Gupta <30963644+ak-gupta@users.noreply.github.com> Date: Tue, 6 Aug 2024 13:40:49 -0400 Subject: [PATCH] v2024.8.0 (#84) * Small change to supported ruff version * Changing bumpver configuration * Running bumpver... successfully this time --- docs/source/conf.py | 2 +- edgetest/__init__.py | 2 +- pyproject.toml | 5 ++--- 3 files changed, 4 insertions(+), 5 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 142d5c8..8bdebe8 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", @@ -129,9 +129,8 @@ lower = [ # BUMPVER -------------------------------------------------------------------- [bumpver] -current_version = "2023.6.1" +current_version = "2024.8.0" version_pattern = "YYYY.MM.INC0" -commit = true [bumpver.file_patterns] "docs/source/conf.py" = [