Skip to content

Commit ab6922a

Browse files
committed
readme fix
1 parent 23e31a5 commit ab6922a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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+
## [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+
719
## [0.1.6] - 2018-01-31
820

921
### Added

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Open an S3FS by explicitly using the constructor:
2424

2525
.. code:: python
2626
27-
from s3_s3fs import S3FS
27+
from fs_s3fs import S3FS
2828
s3fs = S3FS('mybucket')
2929
3030
Or with a FS URL:

0 commit comments

Comments
 (0)