File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11Changes
22=======
33
4+ Version 0.1.0 (2020-09-24)
5+ --------------------------
6+
7+ - Enriches `download-files ` command to optionally download only files
8+ matching certain name, regexp, or range count.
9+ - Adds new `verify-files ` command to verify number, size, and checksum of
10+ downloaded files.
11+ - Improves `get-metadata ` command with respect to outputting only
12+ certain desired metadata field values.
13+ - Enriches user documentation.
14+
415Version 0.0.1 (2020-09-09)
516--------------------------
617
Original file line number Diff line number Diff line change 77# it under the terms of the GPLv3 license; see LICENSE file for more details.
88
99"""Version information for cernopendata-client.
10+
1011This file is imported by ``cernopendata-client.__init__`` and parsed by
1112``setup.py``.
1213"""
1314
1415from __future__ import absolute_import , print_function
1516
16- __version__ = "0.0.1 "
17+ __version__ = "0.1.0 "
You can’t perform that action at this time.
0 commit comments