summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2013-10-02 14:00:23 -0700
committerThomas Kluyver <takowl@gmail.com>2013-10-02 14:00:23 -0700
commit5a0ec9df231b50d897fe138ebb325d7c5ca08e9a (patch)
treef1cd1e7248a2ad63eea913f7cc5c78e401b54862
parent42995318853a775b4ea80858838a23972582514a (diff)
downloadpexpect-git-3.0b1.tar.gz
Version 3.0 beta 13.0b1
-rw-r--r--doc/conf.py4
-rw-r--r--pexpect/__init__.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 4c82213..52d1263 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -48,9 +48,9 @@ copyright = u'2013, Noah Spurrier and contributors'
# built documents.
#
# The short X.Y version.
-version = '2.9'
+version = '3.0'
# The full version, including alpha/beta/rc tags.
-release = '2.9'
+release = '3.0b1'
# 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 dc903ac..c257490 100644
--- a/pexpect/__init__.py
+++ b/pexpect/__init__.py
@@ -86,7 +86,7 @@ except ImportError:
A critical module was not found. Probably this operating system does not
support it. Pexpect is intended for UNIX-like operating systems.''')
-__version__ = '2.6'
+__version__ = '3.0b1'
__revision__ = '1'
__all__ = ['ExceptionPexpect', 'EOF', 'TIMEOUT', 'spawn', 'run', 'which',
'split_command_line', '__version__', '__revision__']