Skip to content

Commit

Permalink
Bump version: 0.6.0 → 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandet committed Dec 5, 2023
1 parent 12eaa62 commit 1707f42
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.0
current_version = 0.6.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
12 changes: 11 additions & 1 deletion docs/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
------------------
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.6.1

0 comments on commit 1707f42

Please sign in to comment.