Refresh CHANGES from release/6.0, bump to 7.0.0.dev0 (#821)

This commit is contained in:
Matt Davis 2024-08-06 15:43:04 -07:00 committed by GitHub
parent f74f3350b5
commit 69c141adcf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 2 deletions

View file

@ -2,7 +2,14 @@
For a complete changelog, see:
* https://github.com/yaml/pyyaml/commits/
* https://bitbucket.org/xi/pyyaml/commits/
7.0.0.dev0 (TBD)
* TBD
6.0.2 (2024-08-06)
* https://github.com/yaml/pyyaml/pull/808 -- Support for Cython 3.x and Python 3.13
6.0.1 (2023-07-18)

View file

@ -8,7 +8,7 @@ from .nodes import *
from .loader import *
from .dumper import *
__version__ = '6.0.1'
__version__ = '7.0.0.dev0'
try:
from .cyaml import *
__with_libyaml__ = True