Skip to content

Commit

Permalink
release as 16.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat committed Oct 31, 2018
1 parent 379f748 commit 4ad2742
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
Expand Up @@ -2,7 +2,7 @@ Release History
===============


16.1.0 (unreleased)
16.1.0 (2018-10-31)
-------------------
* Fixed documentation to use pypi.org and correct curl options; :issue:`1042`
* bug fix: ensure prefix is absolute when creating a new virtual environment :issue:`1208`
Expand Down
2 changes: 1 addition & 1 deletion src/virtualenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
except ImportError:
import configparser as ConfigParser

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

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

0 comments on commit 4ad2742

Please sign in to comment.