We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f74f335 commit 69c141aCopy full SHA for 69c141a
CHANGES
@@ -2,7 +2,14 @@
2
For a complete changelog, see:
3
4
* https://github.com/yaml/pyyaml/commits/
5
-* https://bitbucket.org/xi/pyyaml/commits/
+
6
+7.0.0.dev0 (TBD)
7
8
+* TBD
9
10
+6.0.2 (2024-08-06)
11
12
+* https://github.com/yaml/pyyaml/pull/808 -- Support for Cython 3.x and Python 3.13
13
14
6.0.1 (2023-07-18)
15
lib/yaml/__init__.py
@@ -8,7 +8,7 @@
from .loader import *
from .dumper import *
-__version__ = '6.0.1'
+__version__ = '7.0.0.dev0'
try:
from .cyaml import *
__with_libyaml__ = True
0 commit comments