summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Quast <contact@jeffquast.com>2015-09-20 19:16:01 -0700
committerJeff Quast <contact@jeffquast.com>2015-09-20 19:16:01 -0700
commit1105bda164299315a698b7b1a8c2fc8f27310949 (patch)
tree28aa45d98f3dcd5abb95aee1028a7060cfcac985
parentf5993888e092bd8cecc98ac9558700d4fe8624cf (diff)
downloadpexpect-3.4-never-released-sadly.tar.gz
remove version 3.4 from history3.4-never-released-sadly
-rw-r--r--doc/conf.py4
-rw-r--r--doc/history.rst3
2 files changed, 2 insertions, 5 deletions
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`).