Skip to content

Commit

Permalink
release: 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimko committed Mar 16, 2022
1 parent 01c58a5 commit 774173d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
12 changes: 9 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
Changes
=======

Version 0.2.1 (UNRELEASED)
Version 0.3.0 (2022-03-16)
--------------------------

- Adds support for Python 3.10.
- Improves ``download-files`` command to resume interrupted downloads.
- Improves XRootD downloader by using vanilla XRootD package.
- Improves ``download-files`` command to resume interrupted downloads when
using HTTP downloads with ``pycurl`` engine.
- Improves XRootD downloader by using vanilla XRootD package. Changes
``xrootdpyfs`` to ``xrootd`` download engine.
- Improves ``download-files`` command with a new option ``--download-engine``
to select ``pycurl`` or ``requests`` engines when downloading files over
HTTP.
- Fixes minor issues with file index unwinding and output directory handling.


Version 0.2.0 (2020-11-19)
--------------------------

Expand Down
4 changes: 2 additions & 2 deletions cernopendata_client/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# This file is part of cernopendata-client.
#
# Copyright (C) 2019, 2020 CERN.
# Copyright (C) 2019, 2020, 2022 CERN.
#
# cernopendata-client is free software; you can redistribute it and/or modify
# it under the terms of the GPLv3 license; see LICENSE file for more details.
Expand All @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.2.0"
__version__ = "0.3.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
]
},
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
Expand Down

0 comments on commit 774173d

Please sign in to comment.