File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 42
42
#
43
43
# The short X.Y version.
44
44
45
- release = "1.6.1 "
45
+ release = "1.6.2 "
46
46
version = "." .join (release .split ("." )[:2 ])
47
47
48
48
# There are two options for replacing |today|: either, you set today to some
Original file line number Diff line number Diff line change 26
26
setup (name = 'virtualenv' ,
27
27
# If you change the version here, change it in virtualenv.py and
28
28
# docs/conf.py as well
29
- version = "1.6.1 " ,
29
+ version = "1.6.2 " ,
30
30
description = "Virtual Python Environment builder" ,
31
31
long_description = long_description ,
32
32
classifiers = [
Original file line number Diff line number Diff line change 4
4
5
5
def test_version ():
6
6
"""Should have a version string"""
7
- assert virtualenv .virtualenv_version == "1.6.1 " , "Should have version"
7
+ assert virtualenv .virtualenv_version == "1.6.2 " , "Should have version"
8
8
9
9
10
10
@patch ('os.path.exists' )
Original file line number Diff line number Diff line change 4
4
5
5
# If you change the version here, change it in setup.py
6
6
# and docs/conf.py as well.
7
- virtualenv_version = "1.6.1 "
7
+ virtualenv_version = "1.6.2 "
8
8
9
9
import base64
10
10
import sys
You can’t perform that action at this time.
0 commit comments