summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngy döt Net <ingy@ingy.net>2018-07-01 19:43:25 -0700
committerIngy döt Net <ingy@ingy.net>2018-07-01 19:43:25 -0700
commit9214c65aea4a0e2af28048c8143f849d83d7fee9 (patch)
treeea682dcb2f8d0bf9ebf83caa769e2aefc09a875f
parent0124e4cf9fe0c5814f43592494279edeef67994e (diff)
downloadpyyaml-git-release/4.2.tar.gz
4.2b4 updatesrelease/4.2
-rw-r--r--CHANGES3
-rw-r--r--announcement.msg6
-rw-r--r--setup.py2
3 files changed, 3 insertions, 8 deletions
diff --git a/CHANGES b/CHANGES
index dacf67b..9e88dcc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -18,7 +18,6 @@ For a complete changelog, see:
* https://github.com/yaml/pyyaml/pull/62 -- Remove tox workaround for Travis CI
* https://github.com/yaml/pyyaml/pull/63 -- Adding support to Unicode characters over codepoint 0xffff
* https://github.com/yaml/pyyaml/pull/65 -- Support unicode literals over codepoint 0xffff
-* https://github.com/yaml/pyyaml/pull/74 -- Make pyyaml safe by default.
* https://github.com/yaml/pyyaml/pull/75 -- add 3.12 changelog
* https://github.com/yaml/pyyaml/pull/76 -- Fallback to Pure Python if Compilation fails
* https://github.com/yaml/pyyaml/pull/84 -- Drop unsupported Python 3.3
@@ -175,5 +174,5 @@ For a complete changelog, see:
* Initial release. The version number reflects the codename
of the project (PyYAML 3000) and differentiates it from
- the abandoned PyYaml module.
+ the abandoned PyYaml module.
diff --git a/announcement.msg b/announcement.msg
index 24ca6eb..cb3b799 100644
--- a/announcement.msg
+++ b/announcement.msg
@@ -37,7 +37,6 @@ Changes
* https://github.com/yaml/pyyaml/pull/62 -- Remove tox workaround for Travis CI
* https://github.com/yaml/pyyaml/pull/63 -- Adding support to Unicode characters over codepoint 0xffff
* https://github.com/yaml/pyyaml/pull/65 -- Support unicode literals over codepoint 0xffff
-* https://github.com/yaml/pyyaml/pull/74 -- Make pyyaml safe by default.
* https://github.com/yaml/pyyaml/pull/75 -- add 3.12 changelog
* https://github.com/yaml/pyyaml/pull/76 -- Fallback to Pure Python if Compilation fails
* https://github.com/yaml/pyyaml/pull/84 -- Drop unsupported Python 3.3
@@ -101,13 +100,10 @@ keywords: [YAML, serialization, configuration, persistence, pickle]
Maintainers
===========
-The following people are responsible for maintaining PyYAML:
+The following people are currently responsible for maintaining PyYAML:
* Ingy döt Net
-* Ian Cordasco
* Tina Mueller
-* Alex Gaynor
-* Donald Stufft
* Matt Davis
and many thanks to all who have contribributed!
diff --git a/setup.py b/setup.py
index ea06df5..b9a635f 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
NAME = 'PyYAML'
-VERSION = '4.2'
+VERSION = '4.2b4'
DESCRIPTION = "YAML parser and emitter for Python"
LONG_DESCRIPTION = """\
YAML is a data serialization format designed for human readability