Skip to content

Commit 278dafd

Browse files
committed
Prepare next release
1 parent 8a43f53 commit 278dafd

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# pyfakefs Release Notes
22
The released versions correspond to PyPi releases.
33

4-
## Version 4.2.0 (as yet unreleased)
4+
## Version 4.3.0 (as yet unreleased)
5+
6+
## [Version 4.2.0](https://pypi.python.org/pypi/pyfakefs/4.2.0)
57

68
#### New Features
79
* add support for the `buffering` parameter in `open`

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
# built documents.
6767
#
6868
# The short X.Y version.
69-
version = '4.2'
69+
version = '4.3'
7070
# The full version, including alpha/beta/rc tags.
71-
release = '4.2dev'
71+
release = '4.3dev'
7272

7373
# The language for content autogenerated by Sphinx. Refer to documentation
7474
# for a list of supported languages.

pyfakefs/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '4.2dev'
1+
__version__ = '4.3dev'

pyfakefs/pytest_tests/pytest_doctest_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
To run these doctests, install pytest and run:
66
7-
$ py.test --doctest-modules pytest_doctest_test.py
7+
$ pytest --doctest-modules pytest_doctest_test.py
88
99
Add `-s` option to enable print statements.
1010
"""

0 commit comments

Comments
 (0)