summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2019-03-03 18:09:45 -0800
committerLarry Hastings <larry@hastings.org>2019-03-03 18:09:45 -0800
commitd571dd3c98660298dae371899a0331135e843be2 (patch)
tree352ca232941fef85c3cf6fe2fb5557551847d02a /README
parentPyDoc and blurb updates for 3.5.7rc1. (diff)
downloadcpython-d571dd3c98660298dae371899a0331135e843be2.tar.gz
cpython-d571dd3c98660298dae371899a0331135e843be2.tar.bz2
cpython-d571dd3c98660298dae371899a0331135e843be2.zip
Version bump & copyright year update for 3.5.7rc1.v3.5.7rc1
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 8 insertions, 8 deletions
diff --git a/README b/README
index ff55fb39a93..81b4964f5b3 100644
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
-This is Python version 3.5.6
-============================
+This is Python version 3.5.7rc1
+===============================
-Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
-2012, 2013, 2014, 2015, 2016, 2017, 2018 Python Software Foundation. All
-rights reserved.
+Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
+2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Python Software
+Foundation. All rights reserved.
Python 3.x is a new version of the language, which is incompatible with the
2.x line of releases. The language is mostly the same, but many details,
@@ -222,9 +222,9 @@ See PEP 478 for release details: http://www.python.org/dev/peps/pep-0478/
Copyright and License Information
---------------------------------
-Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
-2012, 2013, 2014, 2015, 2016, 2017, 2018 Python Software Foundation. All
-rights reserved.
+Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
+2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Python Software
+Foundation. All rights reserved.
Copyright (c) 2000 BeOpen.com. All rights reserved.