Skip to content

Commit

Permalink
set version to 1.9rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
qwcode committed Feb 20, 2013
1 parent 899bbd4 commit 9e7927f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -39,7 +39,7 @@

# The default replacements for |version| and |release|, also used in various
# other places throughout the built documents.
version = release = '1.10.dev1'
version = release = '1.9rc1'

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
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.
__version__ = "1.8.4.post1" # following best practices
__version__ = "1.9rc1" # following best practices
virtualenv_version = __version__ # legacy, again

import base64
Expand Down

0 comments on commit 9e7927f

Please sign in to comment.