From 690119ad17f8999be44045b5e06d2edbd27c2400 Mon Sep 17 00:00:00 2001 From: mrbean-bremen Date: Sun, 13 Jan 2019 14:18:48 +0100 Subject: [PATCH] Release 3.5.6 --- CHANGES.md | 7 +------ docs/conf.py | 6 +++--- pyfakefs/fake_filesystem.py | 2 +- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 2a5e1565..aa50b224 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,17 +1,12 @@ # pyfakefs Release Notes The release versions are PyPi releases. -## Version 3.6 (as yet unreleased) +## [Version 3.5.6](https://pypi.python.org/pypi/pyfakefs/3.5.6) #### Changes * import external `pathlib2` and `scandir` packages first if present (see [#462](../../issues/462)) -#### New Features - -#### Fixes - - ## [Version 3.5.5](https://pypi.python.org/pypi/pyfakefs/3.5.5) #### Fixes diff --git a/docs/conf.py b/docs/conf.py index 0351f4db..e682eba9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,7 +58,7 @@ project = 'pyfakefs' copyright = '''2009 Google Inc. All Rights Reserved. © Copyright 2014 Altera Corporation. All Rights Reserved. -© Copyright 2014-2018 John McGehee''' +© Copyright 2014-2019 John McGehee''' author = 'John McGehee' # The version info for the project you're documenting, acts as replacement for @@ -66,9 +66,9 @@ # built documents. # # The short X.Y version. -version = '3.6' +version = '3.5.6' # The full version, including alpha/beta/rc tags. -release = '3.6dev' +release = '3.5.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pyfakefs/fake_filesystem.py b/pyfakefs/fake_filesystem.py index 45b84946..e0adc46e 100644 --- a/pyfakefs/fake_filesystem.py +++ b/pyfakefs/fake_filesystem.py @@ -119,7 +119,7 @@ __pychecker__ = 'no-reimportself' -__version__ = '3.6' +__version__ = '3.5.6' PERM_READ = 0o400 # Read permission bit. PERM_WRITE = 0o200 # Write permission bit.