Skip to content

Commit

Permalink
Refresh CHANGES from release/6.0, bump to 7.0.0.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
nitzmahone committed Aug 6, 2024
1 parent f74f335 commit 5e992be
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion lib/yaml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e992be

Please sign in to comment.