diff options
author | Georg Brandl <georg@python.org> | 2013-03-23 15:02:08 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-03-23 15:02:08 (GMT) |
commit | b673d99698a863e03bef22b9d551b1468a09312f (patch) | |
tree | d0186de722449179dec1fcdb7a3fb04d79284aa6 /Misc | |
parent | d50fe7216d09de0eac5c4085a35173b1d5832688 (diff) | |
download | cpython-b673d99698a863e03bef22b9d551b1468a09312f.zip cpython-b673d99698a863e03bef22b9d551b1468a09312f.tar.gz cpython-b673d99698a863e03bef22b9d551b1468a09312f.tar.bz2 |
Bump to 3.2.4rc1.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 | ||||
-rw-r--r-- | Misc/RPM/python-3.2.spec | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -2,10 +2,10 @@ Python News +++++++++++ -What's New in Python 3.2.4 -========================== +What's New in Python 3.2.4 release candidate 1? +=============================================== -*Release date: XX-XX-XXXX* +*Release date: 24-Mar-2013* Core and Builtins ----------------- diff --git a/Misc/RPM/python-3.2.spec b/Misc/RPM/python-3.2.spec index 18f3e77..6cfb983 100644 --- a/Misc/RPM/python-3.2.spec +++ b/Misc/RPM/python-3.2.spec @@ -39,7 +39,7 @@ %define name python #--start constants-- -%define version 3.2.3 +%define version 3.2.4rc1 %define libvers 3.2 #--end constants-- %define release 1pydotorg |