We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eb9ca4 commit 6bba658Copy full SHA for 6bba658
.readthedocs.yaml
@@ -1,5 +1,13 @@
1
version: 2
2
3
+build:
4
+ os: ubuntu-24.04
5
+ tools:
6
+ python: "3.12"
7
+
8
+sphinx:
9
+ configuration: docs/conf.py
10
11
python:
12
install:
13
- requirements: requirements-dev.txt
CHANGELOG.rst
@@ -1,7 +1,7 @@
Changelog
=========
-2.8.9 (2025-02-20)
+2.8.0 (2025-02-20)
------------------
* PR #285 - Use Enum with Tag for pretty representation (thanks to @Julien00859)
0 commit comments