Skip to content

Commit a568d6e

Browse files
committed
release: 0.2.0
1 parent d3c9c15 commit a568d6e

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

CHANGES.rst

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,29 @@
11
Changes
22
=======
33

4+
Version 0.2.0 (2020-11-19)
5+
--------------------------
6+
7+
- Adds new ``list-directory`` command to list content of EOS directories
8+
holding open data files.
9+
- Adds support for Python 3.9.
10+
- Improves ``download-files`` command to allow using XRootD protocol.
11+
- Improves ``download-files`` command to allow using HTTPS protocol.
12+
- Improves ``download-files`` command to optionally verify file integrity as
13+
soon as files are being downloaded.
14+
- Improves ``get-file-locations`` command to optionally output file sizes and
15+
checksums.
16+
- Improves output format colouring to better indicate notes and errors.
17+
- Fixes minor issues and improves code coverage.
18+
419
Version 0.1.0 (2020-09-24)
520
--------------------------
621

7-
- Enriches `download-files` command to optionally download only files
22+
- Enriches ``download-files`` command to optionally download only files
823
matching certain name, regexp, or range count.
9-
- Adds new `verify-files` command to verify number, size, and checksum of
24+
- Adds new ``verify-files`` command to verify number, size, and checksum of
1025
downloaded files.
11-
- Improves `get-metadata` command with respect to outputting only
26+
- Improves ``get-metadata`` command with respect to outputting only
1227
certain desired metadata field values.
1328
- Enriches user documentation.
1429

cernopendata_client/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
from __future__ import absolute_import, print_function
1616

17-
__version__ = "0.1.0"
17+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)