File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7- ## [ Unreleased ]
7+ ## [ 0.1.3 ] - 2017-09-01
88
99### Fixed
1010
11- - Issue with duplicate nested directory names
11+ - Issue with duplicate nested directory names.
1212
1313### Changed
1414
15- - Relaxed Boto requirement
15+ - Relaxed Boto requirement.
1616
1717## [ 0.1.2] - 2017-08-29
1818
@@ -28,4 +28,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2828
2929## [ 0.1.0] - 2017-08-05
3030
31- First official release
31+ First official release
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ sitepackages = False
44
55[testenv]
66deps = nose
7- boto3
8- fs ==2.0.6a2
7+ boto3 ==1.4.0
8+ fs ==2.0.7
99
1010# changedir=.tox
1111commands = nosetests fs_s3fs/tests -v \
You can’t perform that action at this time.
0 commit comments