Skip to content

Commit 9699b84

Browse files
committed
release: 0.1.0
Signed-off-by: Tibor Šimko <[email protected]>
1 parent 5f697fe commit 9699b84

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.rst

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changes
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+
415
Version 0.0.1 (2020-09-09)
516
--------------------------
617

cernopendata_client/version.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77
# it under the terms of the GPLv3 license; see LICENSE file for more details.
88

99
"""Version information for cernopendata-client.
10+
1011
This file is imported by ``cernopendata-client.__init__`` and parsed by
1112
``setup.py``.
1213
"""
1314

1415
from __future__ import absolute_import, print_function
1516

16-
__version__ = "0.0.1"
17+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)