Skip to content

Commit 8cee0cc

Browse files
committed
Bump to 3.3.7rc1
1 parent a7ff833 commit 8cee0cc

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

Doc/tools/sphinxext/static/version_switch.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
'use strict';
33

44
var all_versions = {
5-
'3.5': 'dev (3.5)',
5+
'3.7': 'dev (3.7)',
6+
'3.6': '3.6',
7+
'3.5': '3.5',
68
'3.4': '3.4',
79
'3.3': '3.3',
8-
'3.2': '3.2',
9-
'2.7': '2.7',
10-
'2.6': '2.6'
10+
'2.7': '2.7'
1111
};
1212

1313
function build_select(current_version, current_release) {

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 3
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.3.6+"
26+
#define PY_VERSION "3.3.7rc1"
2727
/*--end constants--*/
2828

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

README

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
This is Python version 3.3.6
2-
============================
1+
This is Python version 3.3.7rc1
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
@@ -68,9 +68,9 @@ entitled "Installing multiple versions".
6868
Documentation
6969
-------------
7070

71-
Documentation for Python 3.3 is online, updated daily:
71+
Documentation for Python 3.3 is online:
7272

73-
http://docs.python.org/3.3/
73+
https://docs.python.org/3.3/
7474

7575
It can also be downloaded in many formats for faster access. The documentation
7676
is downloadable in HTML, PDF, and reStructuredText formats; the latter version
@@ -80,7 +80,7 @@ formatting requirements.
8080
If you would like to contribute to the development of Python, relevant
8181
documentation is available at:
8282

83-
http://docs.python.org/devguide/
83+
https://devguide.python.org/
8484

8585
For information about building Python's documentation, refer to Doc/README.txt.
8686

@@ -160,7 +160,7 @@ Proposals for enhancement
160160
-------------------------
161161

162162
If you have a proposal to change Python, you may want to send an email to the
163-
comp.lang.python or python-ideas mailing lists for inital feedback. A Python
163+
comp.lang.python or python-ideas mailing lists for initial feedback. A Python
164164
Enhancement Proposal (PEP) may be submitted if your idea gains ground. All
165165
current PEPs, as well as guidelines for submitting a new PEP, are listed at
166166
http://www.python.org/dev/peps/.
@@ -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.
180+
All rights reserved.
180181

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

0 commit comments

Comments
 (0)