From 50ac5137a162f2db3554076ce50c129d392d7492 Mon Sep 17 00:00:00 2001 From: nuwang <2070605+nuwang@users.noreply.github.com> Date: Mon, 29 Apr 2024 12:03:12 +0530 Subject: [PATCH] Update changelog and increment version to 2.4.0 --- CHANGELOG.rst | 6 ++++++ tpv/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6450535..cbff978 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,9 @@ +2.4.0 - Feb 29, 2024. (sha cd877c4b34e81dde1a02d5e3d7a6385e6b6f5855) +-------------------------------------------------------------------- +* Update shared db short link by @nuwang (PR #128) +* Improved docs by @nuwang (PR #126) +* Add optional slow tests by @nuwang (PR #66) + 2.3.3 - Feb 13, 2024. (sha 97405a5e8ab586b80037f036caa3cea0eabfeb10) -------------------------------------------------------------------- * Fix get_dataset_size for datasets with null file_size column by @mvdbeek (PR #116) diff --git a/tpv/__init__.py b/tpv/__init__.py index 34e8193..76a6c5c 100644 --- a/tpv/__init__.py +++ b/tpv/__init__.py @@ -1,7 +1,7 @@ """Total Perspective Vortex library setup.""" # Current version of the library -__version__ = "2.3.3" +__version__ = "2.4.0" def get_version():