diff options
-rw-r--r-- | docs/conf.py | 2 | ||||
-rwxr-xr-x | virtualenv.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index 4f839cc..d131742 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -39,7 +39,7 @@ copyright = '2007-2013, Ian Bicking, The Open Planning Project, The virtualenv d # The default replacements for |version| and |release|, also used in various # other places throughout the built documents. -version = release = '1.9rc1' +version = release = '1.9rc2' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: diff --git a/virtualenv.py b/virtualenv.py index f3428c8..a46b062 100755 --- a/virtualenv.py +++ b/virtualenv.py @@ -4,7 +4,7 @@ # If you change the version here, change it in setup.py # and docs/conf.py as well. -__version__ = "1.9rc1" # following best practices +__version__ = "1.9rc2" # following best practices virtualenv_version = __version__ # legacy, again import base64 |