Skip to content

Commit

Permalink
Changed version to 3.4.3
Browse files Browse the repository at this point in the history
- version 3.4.2 was incorrectly published due to a mistake
  • Loading branch information
mrbean-bremen committed Jun 13, 2018
1 parent 3ce433f commit c3376e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pyfakefs Release Notes
The release versions are PyPi releases.

## Version 3.4.2(https://pypi.python.org/pypi/pyfakefs/3.4.2)
## Version 3.4.3(https://pypi.python.org/pypi/pyfakefs/3.4.3)

This is mostly a bug fix release, mainly for bugs found by
[@agroce](https://github.com/agroce) using [tstl](https://github.com/agroce/tstl).
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
# built documents.
#
# The short X.Y version.
version = '3.4.2'
version = '3.4.3'
# The full version, including alpha/beta/rc tags.
release = '3.4.2'
release = '3.4.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyfakefs/fake_filesystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@

__pychecker__ = 'no-reimportself'

__version__ = '3.4.2'
__version__ = '3.4.3'

PERM_READ = 0o400 # Read permission bit.
PERM_WRITE = 0o200 # Write permission bit.
Expand Down

0 comments on commit c3376e0

Please sign in to comment.