Skip to content

Commit c63b05b

Browse files
committed
changelog
1 parent 62e0163 commit c63b05b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ 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-
## [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

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ sitepackages = False
44

55
[testenv]
66
deps = nose
7-
boto3
8-
fs==2.0.6a2
7+
boto3==1.4.0
8+
fs==2.0.7
99

1010
#changedir=.tox
1111
commands = nosetests fs_s3fs/tests -v \

0 commit comments

Comments
 (0)