We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba4aee commit 34824b2Copy full SHA for 34824b2
CHANGELOG.md
@@ -4,12 +4,16 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
-## [2.0.14] - 2017-11-05
+## [2.0.15] - 2017-11-05
8
9
### Changed
10
11
- ZipFS files are now seekable (Martin Larralde)
12
13
+## [2.0.14] - 2016-11-05
14
+
15
+No changes, pushed wrong branch to PyPi.
16
17
## [2.0.13] - 2017-10-17
18
19
### Fixed
fs/_version.py
@@ -1,3 +1,3 @@
1
"""Version, used in module and setup.py.
2
"""
3
-__version__ = "2.0.14"
+__version__ = "2.0.15"
0 commit comments