Skip to content

Commit

Permalink
bump for version 4.3.0 w/changelog item
Browse files Browse the repository at this point in the history
  • Loading branch information
jquast committed Jul 2, 2016
1 parent 676e200 commit 48174aa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
# built documents.
#
# The short X.Y version.
version = '4.2'
version = '4.3'
# The full version, including alpha/beta/rc tags.
release = '4.2.0'
release = '4.3.0'

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

Version 4.3
```````````

* Regression: Re-introduce capability for :meth:`read_nonblocking` in class
:class:`fdspawn` as previously supported in version 3.3 (:ghissue:`359`).

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.3.0'
__revision__ = ''
__all__ = ['ExceptionPexpect', 'EOF', 'TIMEOUT', 'spawn', 'spawnu', 'run', 'runu',
'which', 'split_command_line', '__version__', '__revision__']
Expand Down

0 comments on commit 48174aa

Please sign in to comment.