aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorJim Tang <jimtang@google.com>2022-03-29 16:13:43 +0800
committerJim Tang <jimtang@google.com>2022-03-30 12:29:31 +0800
commitecba9bc550cc61cddb97c490b9a77b7ed9836f31 (patch)
treeb2ed9b3dbe896aabfeda4c6547afecbebadbb2d5 /docs/conf.py
parent0e0c838b3a45de5798258e3e959cb7c83d109c68 (diff)
parent9a387966d65e20e465ed03af5b3bfb632984adc3 (diff)
downloadpyfakefs-ecba9bc550cc61cddb97c490b9a77b7ed9836f31.tar.gz
Merge commit '9a387966d65e20e465ed03af5b3bfb632984adc3'
This upgrade (4.5.6) can resolve pyfakefs initialization error in python 3.10.x. BUG: 227147166 Test: atest atest_unittests # won't see any pyfakefs error. Change-Id: I2d4de052166c921cfe928ae8810cb6d519322c9a
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index c69b951..73a59d8 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -58,7 +58,7 @@ master_doc = 'index'
project = 'pyfakefs'
copyright = '''2009 Google Inc. All Rights Reserved.
© Copyright 2014 Altera Corporation. All Rights Reserved.
-© Copyright 2014-2019 John McGehee'''
+© Copyright 2014-2021 John McGehee'''
author = 'John McGehee'
# The version info for the project you're documenting, acts as replacement for
@@ -66,9 +66,9 @@ author = 'John McGehee'
# built documents.
#
# The short X.Y version.
-version = '4.1'
+version = '4.6'
# The full version, including alpha/beta/rc tags.
-release = '4.1dev'
+release = '4.6.dev0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.