Skip to content

Commit

Permalink
Bump release for development
Browse files Browse the repository at this point in the history
  • Loading branch information
dstufft committed May 28, 2016
1 parent 57b2953 commit 4b707b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Release History
===============

15.1.0 (unreleased)
-------------------

15.0.2 (2016-05-28)
-------------------

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

__version__ = "15.0.2"
__version__ = "15.1.0.dev0"

This comment has been minimized.

Copy link
@liamgatmark

liamgatmark Jul 12, 2016

".dev0" added.(comment test)

virtualenv_version = __version__ # legacy

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

0 comments on commit 4b707b8

Please sign in to comment.