File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
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
+
4
15
Version 0.0.1 (2020-09-09)
5
16
--------------------------
6
17
Original file line number Diff line number Diff line change 7
7
# it under the terms of the GPLv3 license; see LICENSE file for more details.
8
8
9
9
"""Version information for cernopendata-client.
10
+
10
11
This file is imported by ``cernopendata-client.__init__`` and parsed by
11
12
``setup.py``.
12
13
"""
13
14
14
15
from __future__ import absolute_import , print_function
15
16
16
- __version__ = "0.0.1 "
17
+ __version__ = "0.1.0 "
You can’t perform that action at this time.
0 commit comments