From 1105bda164299315a698b7b1a8c2fc8f27310949 Mon Sep 17 00:00:00 2001 From: Jeff Quast Date: Sun, 20 Sep 2015 19:16:01 -0700 Subject: remove version 3.4 from history --- doc/conf.py | 4 ++-- doc/history.rst | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/conf.py b/doc/conf.py index 3dd5d3e..305ad6a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -52,9 +52,9 @@ copyright = u'2013, Noah Spurrier and contributors' # built documents. # # The short X.Y version. -version = '3.3' +version = '4.0' # The full version, including alpha/beta/rc tags. -release = '3.3' +release = '4.0.dev' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/history.rst b/doc/history.rst index 8186b47..8ebe458 100644 --- a/doc/history.rst +++ b/doc/history.rst @@ -22,9 +22,6 @@ Version 4.0 * Removed the independent top-level modules (``pxssh fdpexpect FSM screen ANSI``) which were installed alongside Pexpect. These were moved into the Pexpect package in 3.0, but the old names were left as aliases. - -Version 3.4 -``````````` * Fix regression that prevented executable, but unreadable files from being found when not specified by absolute path -- such as /usr/bin/sudo (:ghissue:`104`). -- cgit v1.2.1