Skip to content

Commit

Permalink
release: 0.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tibor Šimko <tibor.simko@cern.ch>
  • Loading branch information
tiborsimko committed Sep 24, 2020
1 parent 5f697fe commit 9699b84
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changes
=======

Version 0.1.0 (2020-09-24)
--------------------------

- Enriches `download-files` command to optionally download only files
matching certain name, regexp, or range count.
- Adds new `verify-files` command to verify number, size, and checksum of
downloaded files.
- Improves `get-metadata` command with respect to outputting only
certain desired metadata field values.
- Enriches user documentation.

Version 0.0.1 (2020-09-09)
--------------------------

Expand Down
3 changes: 2 additions & 1 deletion cernopendata_client/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
# it under the terms of the GPLv3 license; see LICENSE file for more details.

"""Version information for cernopendata-client.
This file is imported by ``cernopendata-client.__init__`` and parsed by
``setup.py``.
"""

from __future__ import absolute_import, print_function

__version__ = "0.0.1"
__version__ = "0.1.0"

0 comments on commit 9699b84

Please sign in to comment.