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

Skip to content

Commit e739601

Browse files
committed
Version bump for 3.4.4rc1.
1 parent 8986c44 commit e739601

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

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 3
22-
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
23-
#define PY_RELEASE_SERIAL 0
21+
#define PY_MICRO_VERSION 4
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.3+"
26+
#define PY_VERSION "3.4.4rc1"
2727
/*--end constants--*/
2828

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

Misc/NEWS

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ Python News
55
What's New in Python 3.4.4rc1?
66
==============================
77

8-
Release date: tba
8+
Release date: 2015/12/06
99

1010
Core and Builtins
1111
-----------------
1212

13-
- Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
13+
- Issue #25709: Fixed problem with in-place string concatenation and utf-8
14+
cache.
1415

1516
- Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside
1617
__getattr__.

0 commit comments

Comments
 (0)