diff options
author | Larry Hastings <larry@hastings.org> | 2015-02-08 00:00:55 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-02-08 00:00:55 (GMT) |
commit | b06f142f5f798fecbd7a4dc3d9e6c1861fb59a09 (patch) | |
tree | 8d6cd46c5903a5d7401588bbb286096b1484ffef /Misc | |
parent | ead7aec74d31639e807611dcc4fa0d6c3eba28d4 (diff) | |
download | cpython-b06f142f5f798fecbd7a4dc3d9e6c1861fb59a09.zip cpython-b06f142f5f798fecbd7a4dc3d9e6c1861fb59a09.tar.gz cpython-b06f142f5f798fecbd7a4dc3d9e6c1861fb59a09.tar.bz2 |
Release bump for 3.5.0a1.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 | ||||
-rw-r--r-- | Misc/RPM/python-3.5.spec | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ Python News What's New in Python 3.5 alpha 1? ================================= -Release date: TBA +Release date: 2015-02-08 Core and Builtins ----------------- diff --git a/Misc/RPM/python-3.5.spec b/Misc/RPM/python-3.5.spec index e3518be..8efda0e 100644 --- a/Misc/RPM/python-3.5.spec +++ b/Misc/RPM/python-3.5.spec @@ -39,7 +39,7 @@ %define name python #--start constants-- -%define version 3.5.0a0 +%define version 3.5.0a1 %define libvers 3.5 #--end constants-- %define release 1pydotorg |