summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2013-11-04 10:49:32 -0800
committerThomas Kluyver <takowl@gmail.com>2013-11-04 10:49:32 -0800
commit7fbc02d24d6dfb12384773cb4c0a6ea4cc2b15bf (patch)
treec5d0196a2b22777bd4474cd7536c9da1f4d299ce
parent79bb9eacd3e8d9e4c4aec54a1850156274c617bc (diff)
downloadpexpect-3.0rc3.tar.gz
Bump version numbers for release candidate 33.0rc3
-rw-r--r--doc/conf.py2
-rw-r--r--pexpect/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py
index fcdaeff..dc1f664 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -50,7 +50,7 @@ copyright = u'2013, Noah Spurrier and contributors'
# The short X.Y version.
version = '3.0'
# The full version, including alpha/beta/rc tags.
-release = '3.0rc2'
+release = '3.0rc3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/pexpect/__init__.py b/pexpect/__init__.py
index b84c88c..fccd351 100644
--- a/pexpect/__init__.py
+++ b/pexpect/__init__.py
@@ -87,7 +87,7 @@ except ImportError: # pragma: no cover
A critical module was not found. Probably this operating system does not
support it. Pexpect is intended for UNIX-like operating systems.''')
-__version__ = '3.0rc2'
+__version__ = '3.0rc3'
__revision__ = ''
__all__ = ['ExceptionPexpect', 'EOF', 'TIMEOUT', 'spawn', 'spawnu', 'run', 'runu',
'which', 'split_command_line', '__version__', '__revision__']