Skip to content

Commit 35f566b

Browse files
authored
Merge pull request #16 from bird-house/prepare-rel-0.4.5
Prepare rel 0.4.5
2 parents 441e727 + cbf651b commit 35f566b

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ Changes
77

88
* Nothing new for the moment.
99

10+
.. _changes_0.4.5:
11+
12+
`0.4.5 <https://github.com/bird-house/threddsclient/tree/v0.4.5>`_ (2024-01-22)
13+
==========================================================================================
14+
15+
* Fixed TDS v5 and HYRAX catalog traversing issue (#15)
16+
1017
.. _changes_0.4.4:
1118

1219
`0.4.4 <https://github.com/bird-house/threddsclient/tree/v0.4.4>`_ (2023-07-11)

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.4
2+
current_version = 0.4.5
33
commit = True
44
tag = True
55

@@ -44,3 +44,4 @@ exclude =
4444
docs,
4545
dist,
4646
examples
47+

threddsclient/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .client import download_urls, opendap_urls, read_url, read_xml, crawl
22

3-
__version__ = '0.4.4'
3+
__version__ = '0.4.5'

threddsclient/nodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
logger = logging.getLogger(__name__)
1111

1212
FILE_SERVICE = ["HTTPServer"]
13-
OPENDAP_SERVICE = ["OPENDAP","OpenDAP"]
13+
OPENDAP_SERVICE = ["OPENDAP", "OpenDAP"]
1414
WMS_SERVICE = ["WMS"]
1515
WCS_SERVICE = ["WCS"]
1616

0 commit comments

Comments
 (0)