We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a873c commit aab34a1Copy full SHA for aab34a1
docs/changes.rst
@@ -1,7 +1,7 @@
1
Release History
2
===============
3
4
-15.1.0 (unreleased)
+15.0.3 (2016-08-05)
5
-------------------
6
7
* Test for given python path actually being an executable *file*, :issue:`939`
virtualenv.py
@@ -36,7 +36,7 @@
36
except ImportError:
37
import configparser as ConfigParser
38
39
-__version__ = "15.1.0.dev0"
+__version__ = "15.0.3"
40
virtualenv_version = __version__ # legacy
41
42
if sys.version_info < (2, 6):
0 commit comments