Skip to content

Commit

Permalink
Merge pull request #16 from bird-house/prepare-rel-0.4.5
Browse files Browse the repository at this point in the history
Prepare rel 0.4.5
  • Loading branch information
cehbrecht authored Jan 22, 2024
2 parents 441e727 + cbf651b commit 35f566b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ Changes

* Nothing new for the moment.

.. _changes_0.4.5:

`0.4.5 <https://github.com/bird-house/threddsclient/tree/v0.4.5>`_ (2024-01-22)
==========================================================================================

* Fixed TDS v5 and HYRAX catalog traversing issue (#15)

.. _changes_0.4.4:

`0.4.4 <https://github.com/bird-house/threddsclient/tree/v0.4.4>`_ (2023-07-11)
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.4
current_version = 0.4.5
commit = True
tag = True

Expand Down Expand Up @@ -44,3 +44,4 @@ exclude =
docs,
dist,
examples

2 changes: 1 addition & 1 deletion threddsclient/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .client import download_urls, opendap_urls, read_url, read_xml, crawl

__version__ = '0.4.4'
__version__ = '0.4.5'
2 changes: 1 addition & 1 deletion threddsclient/nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
logger = logging.getLogger(__name__)

FILE_SERVICE = ["HTTPServer"]
OPENDAP_SERVICE = ["OPENDAP","OpenDAP"]
OPENDAP_SERVICE = ["OPENDAP", "OpenDAP"]
WMS_SERVICE = ["WMS"]
WCS_SERVICE = ["WCS"]

Expand Down

0 comments on commit 35f566b

Please sign in to comment.