Skip to content

Commit aab34a1

Browse files
committed
Bump for release, 15.0.3
1 parent 03a873c commit aab34a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Release History
22
===============
33

4-
15.1.0 (unreleased)
4+
15.0.3 (2016-08-05)
55
-------------------
66

77
* Test for given python path actually being an executable *file*, :issue:`939`

virtualenv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
except ImportError:
3737
import configparser as ConfigParser
3838

39-
__version__ = "15.1.0.dev0"
39+
__version__ = "15.0.3"
4040
virtualenv_version = __version__ # legacy
4141

4242
if sys.version_info < (2, 6):

0 commit comments

Comments
 (0)