diff options
author | Marcus Smith <qwcode@gmail.com> | 2013-03-05 15:09:17 -0800 |
---|---|---|
committer | Marcus Smith <qwcode@gmail.com> | 2013-03-05 15:09:17 -0800 |
commit | 95b6438012114f0dd2586eb76e7c7a8c9d50d4dd (patch) | |
tree | 47984a9b76fbab670471ad6f1cf9e49797c36674 | |
parent | 07bdd574efafc7173f99113eacd400b4560092ed (diff) | |
download | virtualenv-1.9rc2.tar.gz |
1.9rc21.9rc2
-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 |