Skip to content

Commit 96045d6

Browse files
committed
Bump version: 0.4.6 → 0.4.7
1 parent 7b84d0c commit 96045d6

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ Changes
55
`Unreleased <https://github.com/bird-house/threddsclient/tree/master>`_
66
==========================================================================================
77

8+
* Nothing new for the moment.
9+
10+
.. _changes_0.4.7:
11+
12+
`0.4.7 <https://github.com/bird-house/threddsclient/tree/v0.4.7>`_ (2025-12-15)
13+
==========================================================================================
14+
815
* Add `url` and `download_url` to project setup for reference by PyPI package.
916
* Add Python 3.13 and 3.14 to CI and project.
1017
* Update default Python 3.13 in CI for tests.

setup.cfg

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

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.6'
3+
__version__ = '0.4.7'

0 commit comments

Comments
 (0)