diff --git a/CHANGES.rst b/CHANGES.rst index bbe5ead..e9193e6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,13 @@ Changes `Unreleased `_ ========================================================================================== +* Nothing new for the moment. + +.. _changes_0.4.5: + +`0.4.5 `_ (%Y-%m-%d) +========================================================================================== + .. _changes_0.4.4: * Fixed TDS v5 and HYRAX catalog traversing issue (#15) diff --git a/setup.cfg b/setup.cfg index 1656aa2..0752b2c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.4 +current_version = 0.4.5 commit = True tag = True @@ -44,3 +44,4 @@ exclude = docs, dist, examples + diff --git a/threddsclient/__init__.py b/threddsclient/__init__.py index 013186e..5754c8f 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.4' +__version__ = '0.4.5'