Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'release/1.6.1'
  • Loading branch information
jezdez committed Apr 30, 2011
2 parents 7995bd2 + f239baa commit 53b7b5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_virtualenv.py
Expand Up @@ -4,7 +4,7 @@

def test_version():
"""Should have a version string"""
assert virtualenv.virtualenv_version == "1.6", "Should have version"
assert virtualenv.virtualenv_version == "1.6.1", "Should have version"


@patch('os.path.exists')
Expand Down
2 changes: 1 addition & 1 deletion virtualenv.py
Expand Up @@ -4,7 +4,7 @@

# If you change the version here, change it in setup.py
# and docs/conf.py as well.
virtualenv_version = "1.6"
virtualenv_version = "1.6.1"

import base64
import sys
Expand Down

0 comments on commit 53b7b5a

Please sign in to comment.