Skip to content

Commit ad23e51

Browse files
committed
Adapted version for 3.7.1 release
1 parent 7a75aee commit ad23e51

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.7'
69+
version = '3.7.1'
7070
# The full version, including alpha/beta/rc tags.
71-
release = '3.7'
71+
release = '3.7.1'
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
@@ -117,7 +117,7 @@
117117

118118
__pychecker__ = 'no-reimportself'
119119

120-
__version__ = '3.7'
120+
__version__ = '3.7.1'
121121

122122
PERM_READ = 0o400 # Read permission bit.
123123
PERM_WRITE = 0o200 # Write permission bit.

0 commit comments

Comments
 (0)