Skip to content

Commit f7fdfe1

Browse files
authored
v2024.8.0 (#84)
* Small change to supported ruff version * Changing bumpver configuration * Running bumpver... successfully this time
1 parent 96c57c4 commit f7fdfe1

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author = "Akshay Gupta"
2525

2626
# The short X.Y version
27-
version = "2023.6.1"
27+
version = "2024.8.0"
2828
# The full version, including alpha/beta/rc tags
2929
release = ""
3030

edgetest/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Package initialization."""
22

3-
__version__ = "2024.4.0"
3+
__version__ = "2024.8.0"
44

55
__title__ = "edgetest"
66
__description__ = "Bleeding edge dependency testing"

pyproject.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ tests = [
4949
qa = [
5050
"mypy",
5151
"pre-commit",
52-
"ruff==0.5",
52+
"ruff~=0.5",
5353
"types-click",
5454
"types-setuptools",
5555
"types-tabulate",
@@ -129,9 +129,8 @@ lower = [
129129
# BUMPVER --------------------------------------------------------------------
130130

131131
[bumpver]
132-
current_version = "2023.6.1"
132+
current_version = "2024.8.0"
133133
version_pattern = "YYYY.MM.INC0"
134-
commit = true
135134

136135
[bumpver.file_patterns]
137136
"docs/source/conf.py" = [

0 commit comments

Comments
 (0)