Skip to content

Commit e68c1c5

Browse files
committed
Release 4.6.2
- patch release that fixes an error in the previous patch.
1 parent ffb8fb0 commit e68c1c5

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGES.md

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

4-
## Unreleased
4+
## [Version 4.6.2](https://pypi.python.org/pypi/pyfakefs/4.6.2) (2022-07-14)
5+
Patch release that fixes an error in the previous patch.
56

67
### Fixes
78
* fixed support for `opener` introduced in previous patch release

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.7'
69+
version = '4.6.2'
7070
# The full version, including alpha/beta/rc tags.
71-
release = '4.7.dev0'
71+
release = '4.6.2'
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.7.dev0'
1+
__version__ = '4.6.2'

0 commit comments

Comments
 (0)