Skip to content

Commit c3376e0

Browse files
committed
Changed version to 3.4.3
- version 3.4.2 was incorrectly published due to a mistake
1 parent 3ce433f commit c3376e0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pyfakefs Release Notes
22
The release versions are PyPi releases.
33

4-
## Version 3.4.2(https://pypi.python.org/pypi/pyfakefs/3.4.2)
4+
## Version 3.4.3(https://pypi.python.org/pypi/pyfakefs/3.4.3)
55

66
This is mostly a bug fix release, mainly for bugs found by
77
[@agroce](https://github.com/agroce) using [tstl](https://github.com/agroce/tstl).

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 = '3.4.2'
69+
version = '3.4.3'
7070
# The full version, including alpha/beta/rc tags.
71-
release = '3.4.2'
71+
release = '3.4.3'
7272

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

pyfakefs/fake_filesystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113

114114
__pychecker__ = 'no-reimportself'
115115

116-
__version__ = '3.4.2'
116+
__version__ = '3.4.3'
117117

118118
PERM_READ = 0o400 # Read permission bit.
119119
PERM_WRITE = 0o200 # Write permission bit.

0 commit comments

Comments
 (0)