Skip to content

Commit

Permalink
Prepare release 3.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbean-bremen committed Dec 20, 2018
1 parent 438ee06 commit 55ea2e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# pyfakefs Release Notes
The release versions are PyPi releases.

## Version 3.6 (as yet unreleased)

#### New Features

#### Fixes

## [Version 3.5.5](https://pypi.python.org/pypi/pyfakefs/3.5.5)

#### Fixes
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
# built documents.
#
# The short X.Y version.
version = '3.6'
version = '3.5.5'
# The full version, including alpha/beta/rc tags.
release = '3.6dev'
release = '3.5.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyfakefs/fake_filesystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@

__pychecker__ = 'no-reimportself'

__version__ = '3.6'
__version__ = '3.5.5'

PERM_READ = 0o400 # Read permission bit.
PERM_WRITE = 0o200 # Write permission bit.
Expand Down

0 comments on commit 55ea2e4

Please sign in to comment.