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 23e31a5 commit ab6922aCopy full SHA for ab6922a
CHANGELOG.md
@@ -4,6 +4,18 @@ 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
+## [0.1.8] - 2018-03-29
8
+
9
+### Changed
10
11
+- Relaxed six dependency
12
13
+## [0.1.7] - 2018-02-02
14
15
+### Fixed
16
17
+- Fix for opening file in missing directory
18
19
## [0.1.6] - 2018-01-31
20
21
### Added
README.rst
@@ -24,7 +24,7 @@ Open an S3FS by explicitly using the constructor:
24
25
.. code:: python
26
27
- from s3_s3fs import S3FS
+ from fs_s3fs import S3FS
28
s3fs = S3FS('mybucket')
29
30
Or with a FS URL:
0 commit comments