8000 Version bump and copyright year fixes for 3.4.7rc1. · stackless-dev/stackless@c912af8 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit c912af8

Browse files
committed
Version bump and copyright year fixes for 3.4.7rc1.
1 parent 961168d commit c912af8

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

Doc/copyright.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Copyright
44

55
Python and this documentation is:
66

7-
Copyright © 2001-2016 Python Software Foundation. All rights reserved.
7+
Copyright © 2001-2017 Python Software Foundation. All rights reserved.
88

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

Doc/tools/extensions/pyspecific.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535

3636
ISSUE_URI = 'https://bugs.python.org/issue%s'
37-
SOURCE_URI = 'https://hg.python.org/cpython/file/3.4/%s'
37+
SOURCE_URI = 'https://github.com/python/cpython/tree/3.4/%s'
3838

3939
# monkey-patch reST parser to disable alphabetic and roman enumerated lists
4040
from docutils.parsers.rst.states import Body

Include/patchlevel.h

Lines changed: 4 additions & 4 deletions
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 4
21-
#define PY_MICRO_VERSION 6
22-
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
23-
#define PY_RELEASE_SERIAL 0
21+
#define PY_MICRO_VERSION 7
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.4.6+"
26+
#define PY_VERSION "3.4.7rc1"
2727
/*--end constants--*/
2828

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

README

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
This is Python version 3.4.6
2-
============================
1+
This is Python version 3.4.7 release candidate 1
2+
================================================
33

44
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
55
2012, 2013, 2014, 2015, 2016, 2017 Python Software Foundation. All rights
@@ -176,7 +176,8 @@ Copyright and License Information
176176
---------------------------------
177177

178178
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
179-
2012, 2013, 2014, 2015, 2016 Python Software Foundation. All rights reserved.
179+
2012, 2013, 2014, 2015, 2016, 2017 Python Software Foundation. All rights
180+
reserved.
180181

181182
Copyright (c) 2000 BeOpen.com. All rights reserved.
182183

0 commit comments

Comments
 (0)
0