Skip to content

Commit 48e318f

Browse files
committed
doc: generate release notes for v5
1 parent 9be0fe3 commit 48e318f

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ pytest-cov = "^5.0.0"
9595
fixtures = "^4.1.0"
9696
mock = "^5.1.0"
9797
testtools = "^2.7.2"
98-
reno = "^4.1.0"
9998

10099

101100
[tool.poetry.group.test-flake8.dependencies]
@@ -126,6 +125,10 @@ types-six = "^1.16.21.20240513"
126125
types-python-dateutil = "^2.9.0.20240906"
127126

128127

128+
129+
[tool.poetry.group.test-reno.dependencies]
130+
reno = "^4.1.0"
131+
129132
[build-system]
130133
requires = ["poetry-core"]
131134
build-backend = "poetry.core.masonry.api"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
features:
3+
- |
4+
This release uses Pydantic 2 to enforce data validation. Code has been
5+
thorougly tested and is supposed to work, being backwards compatible,
6+
however we think it is safe to release as a major version.

tox.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,9 @@ description = Static type checks
136136
basepython = {[base]python}
137137
commands =
138138
poetry run mypy --config-file mypy.ini -p {[base]package} --explicit-package-bases
139+
140+
[testenv:reno]
141+
description = Run release notes
142+
basepython = {[base]python}
143+
commands =
144+
poetry run reno {posargs}

0 commit comments

Comments
 (0)