Skip to content

Commit 733287e

Browse files
authored
Copy coverage (#37)
* formatting and coverage for copy_if_newer * simplify copy_file * doc fix * changelog
1 parent c8caa0f commit 733287e

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

CHANGELOG.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,30 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77

8-
## [2.0.2] - 2017-03.12
8+
## [2.0.3] - 2017-04-22
9+
10+
### Added
11+
12+
- New `copy_if_newer' functionality in `copy` module.
13+
14+
### Fixed
15+
16+
- Improved `FTPFS` support for non-strict servers.
17+
18+
## [2.0.2] - 2017-03-12
919

1020
### Changed
11-
Improved FTP support for non-compliant servers
12-
Fix for ZipFS implied directories
21+
- Improved FTP support for non-compliant servers
22+
- Fix for ZipFS implied directories
1323

1424
## [2.0.1] - 2017-03-11
1525

1626
### Added
17-
TarFS contributed by Martin Larralde
27+
- TarFS contributed by Martin Larralde
1828

19-
### Changed
20-
FTPFS fixes
29+
### Fixed
2130

31+
- FTPFS bugs.
2232

2333
## [2.0.0] - 2016-12-07
2434

fs/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.2"
1+
__version__ = "2.0.3a0"

0 commit comments

Comments
 (0)