diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 96761c3..34ef22a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0 +current_version = 0.6.1 commit = True tag = True diff --git a/docs/conf.py b/docs/conf.py index c8a371e..bcba2d1 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -113,7 +113,7 @@ # the built documents. # # The short X.Y version. -version = '0.6.0' +version = '0.6.1' # The full version, including alpha/beta/rc tags. release = version diff --git a/docs/history.rst b/docs/history.rst index 9111ec5..cf9d7eb 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -2,10 +2,20 @@ History ======= -0.6.0 (TBC) +0.6.1 (2023-12-05) +------------------ + +* Fix writing empty attributes strings (ensure numElements cdf fields > 0) +* set_values assume values=[] if only data_type is provided +* Attributes values reset, user can now change attributes values once set + +0.6.0 (2023-10-18) +------------------ +* Fixes + Unfinished skeletons export * Adds Python 3.12 support. * Builds with O3 optimizations instead of O2. +* Always expose record count as first dimension (even with NRV variables) 0.5.0 (2023-09-06) ------------------ diff --git a/version.txt b/version.txt index a918a2a..ee6cdce 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.6.0 +0.6.1