diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 8 | ||||
-rw-r--r-- | Misc/RPM/python-3.3.spec | 2 |
2 files changed, 5 insertions, 5 deletions
@@ -2,12 +2,12 @@ Python News +++++++++++ -What's New in Python 3.3.1? -=========================== +What's New in Python 3.3.1 release candidate 1? +=============================================== -*Not yet released, see sections below for changes released in 3.3.0* +.. *Not yet released, see sections below for changes released in 3.3.0* -.. *Release date: 2013-XX-XX* +*Release date: 24-Mar-2013* Core and Builtins ----------------- diff --git a/Misc/RPM/python-3.3.spec b/Misc/RPM/python-3.3.spec index 936a21f..169f0ba 100644 --- a/Misc/RPM/python-3.3.spec +++ b/Misc/RPM/python-3.3.spec @@ -39,7 +39,7 @@ %define name python #--start constants-- -%define version 3.3.0 +%define version 3.3.1rc1 %define libvers 3.3 #--end constants-- %define release 1pydotorg |