diff options
| author | Benjamin Peterson <benjamin@python.org> | 2015-05-10 17:14:16 (GMT) |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2015-05-10 17:14:16 (GMT) |
| commit | a40ea98fc10b86b47dde49884c4d2c8fe6e79bce (patch) | |
| tree | c7bb982f57948588c9b94985ae9532e1c0b20599 /Lib | |
| parent | 91fd1599358a1764e805f7ccfb6a8cb2ad558b7e (diff) | |
| download | cpython-2.7.10rc1.zip cpython-2.7.10rc1.tar.gz cpython-2.7.10rc1.tar.bz2 | |
bump version to 2.7.10rc1v2.7.10rc1
Diffstat (limited to 'Lib')
| -rw-r--r-- | Lib/distutils/__init__.py | 2 | ||||
| -rw-r--r-- | Lib/idlelib/idlever.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index 8780be7..90f438d 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -15,5 +15,5 @@ __revision__ = "$Id$" # Updated automatically by the Python release process. # #--start constants-- -__version__ = "2.7.9" +__version__ = "2.7.10rc1" #--end constants-- diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index ba1b4d5..b80c479 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "2.7.9" +IDLE_VERSION = "2.7.10rc1" |
