From 5a0ec9df231b50d897fe138ebb325d7c5ca08e9a Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Wed, 2 Oct 2013 14:00:23 -0700 Subject: Version 3.0 beta 1 --- doc/conf.py | 4 ++-- pexpect/__init__.py | 2 +- 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__'] -- cgit v1.2.1