From b1556a78fff3cad1697eb994f69223e06430ec42 Mon Sep 17 00:00:00 2001 From: mrbean-bremen Date: Sun, 30 Jun 2019 13:59:52 +0200 Subject: [PATCH] Release version 3.6 --- CHANGES.md | 4 ++-- docs/conf.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 049459df..5ed4e15f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,7 @@ # pyfakefs Release Notes The release versions are PyPi releases. -## Version 3.6 (as yet unreleased) +## [Version 3.6](https://pypi.python.org/pypi/pyfakefs/3.6) #### Changes * removed unneeded parameter `use_dynamic_patch` @@ -30,7 +30,7 @@ The release versions are PyPi releases. * avoid pytest warning under Python 2.7 (see [#466](../../issues/466)) * add __next__ to FakeFileWrapper (see [#485](../../issues/485)) -## [Version 3.5.8](https://pypi.python.org/pypi/pyfakefs/3.5.8) +`## [Version 3.5.8](https://pypi.python.org/pypi/pyfakefs/3.5.8) Another bug-fix release that mainly fixes a regression wih Python 2 that has been introduced in version 3.5.3. diff --git a/docs/conf.py b/docs/conf.py index 43a44618..7acc456a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -68,7 +68,7 @@ # The short X.Y version. version = '3.6' # The full version, including alpha/beta/rc tags. -release = '3.6dev' +release = '3.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.