Skip to content

Commit

Permalink
v2024.8.0 (#84)
Browse files Browse the repository at this point in the history
* Small change to supported ruff version

* Changing bumpver configuration

* Running bumpver... successfully this time
  • Loading branch information
ak-gupta authored Aug 6, 2024
1 parent 96c57c4 commit f7fdfe1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""

Expand Down
2 changes: 1 addition & 1 deletion edgetest/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Package initialization."""

__version__ = "2024.4.0"
__version__ = "2024.8.0"

__title__ = "edgetest"
__description__ = "Bleeding edge dependency testing"
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ tests = [
qa = [
"mypy",
"pre-commit",
"ruff==0.5",
"ruff~=0.5",
"types-click",
"types-setuptools",
"types-tabulate",
Expand Down Expand Up @@ -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" = [
Expand Down

0 comments on commit f7fdfe1

Please sign in to comment.