Skip to content

Commit 6772e8b

Browse files
committed
Bump version: 0.4.5 → 0.4.6
1 parent 970120e commit 6772e8b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
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.6:
11+
12+
`0.4.6 <https://github.com/bird-house/threddsclient/tree/v0.4.6>`_ (2024-07-09)
13+
==========================================================================================
14+
815
* Drop Python 3.7.
916
* Add Python 3.12.
1017

setup.cfg

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

@@ -44,4 +44,3 @@ 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.5'
3+
__version__ = '0.4.6'

0 commit comments

Comments
 (0)