Skip to content

Commit 13d0e54

Browse files
committed
Release 5.1.0
1 parent dc8b528 commit 13d0e54

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# pyfakefs Release Notes
22
The released versions correspond to PyPI releases.
33

4-
## Unreleased
4+
## [Version 5.1.0](https://pypi.python.org/pypi/pyfakefs/5.0.0) (2023-01-12)
5+
New version before Debian freeze
56

67
### Features
78
* added class level setup method `setUpClassPyfakefs` for unittest and class-scoped

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@
5656
project = "pyfakefs"
5757
copyright = """2009 Google Inc. All Rights Reserved.
5858
© Copyright 2014 Altera Corporation. All Rights Reserved.
59-
© Copyright 2014-2022 John McGehee"""
59+
© Copyright 2014-2023 John McGehee"""
6060
author = "John McGehee"
6161

6262
# The version info for the project you're documenting, acts as replacement for
6363
# |version| and |release|, also used in various other places throughout the
6464
# built documents.
6565
#
6666
# The short X.Y version.
67-
version = "5.1"
67+
version = "5.1.0"
6868
# The full version, including alpha/beta/rc tags.
69-
release = "5.1.dev0"
69+
release = "5.1.0"
7070

7171
# The language for content autogenerated by Sphinx. Refer to documentation
7272
# for a list of supported languages.

pyfakefs/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.1.dev0"
1+
__version__ = "5.1.0"

0 commit comments

Comments
 (0)