File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ For a complete changelog, see:
44* https://github.com/yaml/pyyaml/commits/
55* https://bitbucket.org/xi/pyyaml/commits/
66
7- 6.0b1 (2021-10-04 )
7+ 6.0 (2021-10-13 )
88
99* https://github.com/yaml/pyyaml/pull/327 -- Change README format to Markdown
1010* https://github.com/yaml/pyyaml/pull/483 -- Add a test for YAML 1.1 types
Original file line number Diff line number Diff line change 11From: Ingy döt Net <ingy@ingy.net>
22To: python-list@python.org, python-announce@python.org, yaml-core@lists.sourceforge.net
3- Subject: [ANN] PyYAML-6.0b1 Released
3+ Subject: [ANN] PyYAML-6.0 Released
44
5- =======================
6- Announcing PyYAML-6.0b1
7- =======================
5+ =====================
6+ Announcing PyYAML-6.0
7+ =====================
88
9- A new beta release of PyYAML is now available:
10- https://github.com/yaml/pyyaml/releases/tag/6.0b1
9+ A new release of PyYAML is now available:
10+ https://github.com/yaml/pyyaml/releases/tag/6.0
1111
1212The previously-deprecated default loader selection in `yaml.load()` has
1313been removed; `Loader` is now a required argument.
Original file line number Diff line number Diff line change 88from .loader import *
99from .dumper import *
1010
11- __version__ = '6.0b1 '
11+ __version__ = '6.0 '
1212try :
1313 from .cyaml import *
1414 __with_libyaml__ = True
Original file line number Diff line number Diff line change 11
22NAME = 'PyYAML'
3- VERSION = '6.0b1 '
3+ VERSION = '6.0 '
44DESCRIPTION = "YAML parser and emitter for Python"
55LONG_DESCRIPTION = """\
66 YAML is a data serialization format designed for human readability
You can’t perform that action at this time.
0 commit comments