Skip to content

Commit

Permalink
Release version 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbean-bremen committed Jun 30, 2019
1 parent 059975a commit b1556a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b1556a7

Please sign in to comment.