changes for 5.1.2 release

This commit is contained in:
Matt Davis 2019-07-30 17:40:33 -07:00
parent 5986257f9f
commit 0f64cbfa54
8 changed files with 29 additions and 21 deletions

View file

@ -1,6 +1,6 @@
NAME = 'PyYAML'
VERSION = '5.1.1'
VERSION = '5.1.2'
DESCRIPTION = "YAML parser and emitter for Python"
LONG_DESCRIPTION = """\
YAML is a data serialization format designed for human readability
@ -33,6 +33,7 @@ CLASSIFIERS = [
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Libraries :: Python Modules",