Skip to content

Commit 34824b2

Browse files
committed
version bump
1 parent aba4aee commit 34824b2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [2.0.14] - 2017-11-05
7+
## [2.0.15] - 2017-11-05
88

99
### Changed
1010

1111
- ZipFS files are now seekable (Martin Larralde)
1212

13+
## [2.0.14] - 2016-11-05
14+
15+
No changes, pushed wrong branch to PyPi.
16+
1317
## [2.0.13] - 2017-10-17
1418

1519
### Fixed

fs/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version, used in module and setup.py.
22
"""
3-
__version__ = "2.0.14"
3+
__version__ = "2.0.15"

0 commit comments

Comments
 (0)