Skip to content

Commit

Permalink
Bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dstufft committed Mar 22, 2018
1 parent 37eb51a commit 61255cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Release History
===============

15.2.0 (unreleased)
15.2.0 (2018-03-21)
-------------------

* Upgrade setuptools to 39.0.1.
Expand Down
2 changes: 1 addition & 1 deletion virtualenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
except ImportError:
import configparser as ConfigParser

__version__ = "15.2.0.dev0"
__version__ = "15.2.0"
virtualenv_version = __version__ # legacy

if sys.version_info < (2, 6):
Expand Down

1 comment on commit 61255cf

@tkelman
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason there wasn't a github tag for this?

Please sign in to comment.