Skip to content

Commit

Permalink
Prepare to release 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Aug 21, 2016
1 parent 9b25aaa commit b4fb7c4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# The short X.Y version.
version = '4.2'
# The full version, including alpha/beta/rc tags.
release = '4.2.0'
release = '4.2.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
7 changes: 7 additions & 0 deletions doc/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ History
Releases
--------

Version 4.2.1
`````````````

* Fix to allow running ``env`` in replwrap-ed bash.
* Raise more informative exception from pxssh if it fails to connect.
* Change ``passmass`` example to not log passwords entered.

Version 4.2
```````````

Expand Down
2 changes: 1 addition & 1 deletion pexpect/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
from .pty_spawn import spawn, spawnu
from .run import run, runu

__version__ = '4.2.0'
__version__ = '4.2.1'
__revision__ = ''
__all__ = ['ExceptionPexpect', 'EOF', 'TIMEOUT', 'spawn', 'spawnu', 'run', 'runu',
'which', 'split_command_line', '__version__', '__revision__']
Expand Down

0 comments on commit b4fb7c4

Please sign in to comment.