Skip to content

Commit

Permalink
Bump version: 0.4.5 → 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Jul 9, 2024
1 parent 970120e commit 6772e8b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ Changes
`Unreleased <https://github.com/bird-house/threddsclient/tree/master>`_
==========================================================================================

* Nothing new for the moment.

.. _changes_0.4.6:

`0.4.6 <https://github.com/bird-house/threddsclient/tree/v0.4.6>`_ (2024-07-09)
==========================================================================================

* Drop Python 3.7.
* Add Python 3.12.

Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.5
current_version = 0.4.6
commit = True
tag = True

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

0 comments on commit 6772e8b

Please sign in to comment.