Skip to content

Commit 7a9a898

Browse files
committed
Bump for release
1 parent 678114f commit 7a9a898

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-
16.0.0 (unreleased)
4+
16.0.0 (2018-05-16)
55
-------------------
66

77
* Drop support for Python 2.6.

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.3.0.dev0"
40+
__version__ = "16.0.0"
4141
virtualenv_version = __version__ # legacy
4242

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

0 commit comments

Comments
 (0)