Skip to content

Commit c032f16

Browse files
committed
post-release update.
1 parent 9df891c commit c032f16

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Include/patchlevel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#define PY_RELEASE_SERIAL 0
2424

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

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

Misc/NEWS

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
Python News
33
+++++++++++
44

5-
What's New in Python 3.3.3?
6-
===========================
5+
What's New in Python 3.3.3 release candidate 1?
6+
===============================================
77

8-
*Release date: TBD*
8+
*Not yet released, see sections below for changes released in 3.3.2*
9+
10+
.. *Release date: TBD*
911

1012
Core and Builtins
1113
-----------------
@@ -34,8 +36,6 @@ What's New in Python 3.3.2?
3436

3537
*Release date: 13-May-2013*
3638

37-
.. *Not yet released, see sections below for changes released in 3.3.1*
38-
3939
Core and Builtins
4040
-----------------
4141

0 commit comments

Comments
 (0)