Skip to content

Commit 1a68bc0

Browse files
committed
prepare release 0.8.0
1 parent e97c5f7 commit 1a68bc0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ build:
1414
- graphviz
1515
jobs:
1616
post_create_environment:
17-
- pip install pdm
18-
- pdm export -dG tests -o requirements-tests.txt
17+
- pip install uv
18+
- uv export --no-hashes --all-packages --output-file requirements-tests.txt
1919

2020
# Build documentation in the docs/ directory with Sphinx
2121
sphinx:

aiopenapi3/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.0a3"
1+
__version__ = "0.8.0a4"

0 commit comments

Comments
 (0)