Skip to content

Commit e53c985

Browse files
committed
Version bump and copyright update for 3.5.10rc1.
1 parent 45efe03 commit e53c985

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

Doc/copyright.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Copyright
44

55
Python and this documentation is:
66

7-
Copyright © 2001-2019 Python Software Foundation. All rights reserved.
7+
Copyright © 2001-2020 Python Software Foundation. All rights reserved.
88

99
Copyright © 2000 BeOpen.com. All rights reserved.
1010

Doc/license.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ PSF LICENSE AGREEMENT FOR PYTHON |release|
8787
analyze, test, perform and/or display publicly, prepare derivative works,
8888
distribute, and otherwise use Python |release| alone or in any derivative
8989
version, provided, however, that PSF's License Agreement and PSF's notice of
90-
copyright, i.e., "Copyright © 2001-2019 Python Software Foundation; All Rights
90+
copyright, i.e., "Copyright © 2001-2020 Python Software Foundation; All Rights
9191
Reserved" are retained in Python |release| alone or in any derivative version
9292
prepared by Licensee.
9393

Include/patchlevel.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
/*--start constants--*/
1919
#define PY_MAJOR_VERSION 3
2020
#define PY_MINOR_VERSION 5
21-
#define PY_MICRO_VERSION 9
22-
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
23-
#define PY_RELEASE_SERIAL 0
21+
#define PY_MICRO_VERSION 10
22+
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
23+
#define PY_RELEASE_SERIAL 1
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.5.9+"
26+
#define PY_VERSION "3.5.10rc1"
2727
/*--end constants--*/
2828

2929
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ analyze, test, perform and/or display publicly, prepare derivative works,
7373
distribute, and otherwise use Python alone or in any derivative version,
7474
provided, however, that PSF's License Agreement and PSF's notice of copyright,
7575
i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
76-
2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Python Software
76+
2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Python Software
7777
Foundation; All Rights Reserved" are retained in Python alone or in any
7878
derivative version prepared by Licensee.
7979

PC/python_ver_rc.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "winver.h"
55

66
#define PYTHON_COMPANY "Python Software Foundation"
7-
#define PYTHON_COPYRIGHT "Copyright \xA9 2001-2019 Python Software Foundation. Copyright \xA9 2000 BeOpen.com. Copyright \xA9 1995-2001 CNRI. Copyright \xA9 1991-1995 SMC."
7+
#define PYTHON_COPYRIGHT "Copyright \xA9 2001-2020 Python Software Foundation. Copyright \xA9 2000 BeOpen.com. Copyright \xA9 1995-2001 CNRI. Copyright \xA9 1991-1995 SMC."
88

99
#define MS_WINDOWS
1010
#include "modsupport.h"

README

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
This is Python version 3.5.9
2-
============================
1+
This is Python version 3.5.10rc1
2+
================================
33

44
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
5-
2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Python Software
5+
2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Python Software
66
Foundation. All rights reserved.
77

88
Python 3.x is a new version of the language, which is incompatible with the
@@ -223,7 +223,7 @@ Copyright and License Information
223223
---------------------------------
224224

225225
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
226-
2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Python Software
226+
2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Python Software
227227
Foundation. All rights reserved.
228228

229229
Copyright (c) 2000 BeOpen.com. All rights reserved.

0 commit comments

Comments
 (0)