Skip to content

Commit 69c141a

Browse files
authored
Refresh CHANGES from release/6.0, bump to 7.0.0.dev0 (#821)
1 parent f74f335 commit 69c141a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGES

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
For a complete changelog, see:
33

44
* https://github.com/yaml/pyyaml/commits/
5-
* https://bitbucket.org/xi/pyyaml/commits/
5+
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
613

714
6.0.1 (2023-07-18)
815

lib/yaml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from .loader import *
99
from .dumper import *
1010

11-
__version__ = '6.0.1'
11+
__version__ = '7.0.0.dev0'
1212
try:
1313
from .cyaml import *
1414
__with_libyaml__ = True

0 commit comments

Comments
 (0)