From 6772e8b1846f6651f750e8ffc52b19b83f105077 Mon Sep 17 00:00:00 2001 From: Francis Charette Migneault Date: Tue, 9 Jul 2024 10:41:55 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.5=20=E2=86=92=200.4.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.rst | 7 +++++++ setup.cfg | 3 +-- threddsclient/__init__.py | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 7e5e841..988fba2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,13 @@ Changes `Unreleased `_ ========================================================================================== +* Nothing new for the moment. + +.. _changes_0.4.6: + +`0.4.6 `_ (2024-07-09) +========================================================================================== + * Drop Python 3.7. * Add Python 3.12. diff --git a/setup.cfg b/setup.cfg index 0752b2c..feefb8e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.5 +current_version = 0.4.6 commit = True tag = True @@ -44,4 +44,3 @@ exclude = docs, dist, examples - diff --git a/threddsclient/__init__.py b/threddsclient/__init__.py index 5754c8f..f263565 100644 --- a/threddsclient/__init__.py +++ b/threddsclient/__init__.py @@ -1,3 +1,3 @@ from .client import download_urls, opendap_urls, read_url, read_xml, crawl -__version__ = '0.4.5' +__version__ = '0.4.6'