Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Jun 11, 2017
1 parent 9b16f3a commit 4b51e4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added

- Opener extension mechanism contributed by Martin Larralde.
- Support for pathlike objects.

### Fixed

Expand All @@ -19,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- More specific error when `validatepath` throws an error about the path
argument being the wrong type, and changed from a ValueError to a
TypeError.
- Deprecated `encoding` parameter in OSFS.

## [2.0.3] - 2017-04-22

Expand Down
2 changes: 1 addition & 1 deletion fs/_version.py
@@ -1 +1 @@
__version__ = "2.0.4a2"
__version__ = "2.0.4a3"

0 comments on commit 4b51e4d

Please sign in to comment.