Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 164df4e

Browse files
committed
Version bump for Python 3.5.0b4.
1 parent 197ae02 commit 164df4e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Include/patchlevel.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
#define PY_MINOR_VERSION 5
2121
#define PY_MICRO_VERSION 0
2222
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
23-
#define PY_RELEASE_SERIAL 3
23+
#define PY_RELEASE_SERIAL 4
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.5.0b3+"
26+
#define PY_VERSION "3.5.0b4"
2727
/*--end constants--*/
2828

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

Misc/NEWS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ Library
4040

4141
- Issue #24620: Random.setstate() now validates the value of state last element.
4242

43-
- Issue #22485: Fixed an issue that caused `inspect.getsource` to return incorrect
44-
results on nested functions.
43+
- Issue #22485: Fixed an issue that caused `inspect.getsource` to return
44+
incorrect results on nested functions.
4545

4646
- Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero.
4747

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is Python version 3.5.0 beta 3
1+
This is Python version 3.5.0 beta 4
22
===================================
33

44
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,

0 commit comments

Comments
 (0)