Skip to content

Commit 61255cf

Browse files
committed
Bump for release
1 parent 37eb51a commit 61255cf

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.2.0 (unreleased)
4+
15.2.0 (2018-03-21)
55
-------------------
66

77
* Upgrade setuptools to 39.0.1.

virtualenv.py

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

40-
__version__ = "15.2.0.dev0"
40+
__version__ = "15.2.0"
4141
virtualenv_version = __version__ # legacy
4242

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

0 commit comments

Comments
 (0)