Skip to content

Commit 1c42832

Browse files
authored
Merge pull request #68 from bcdev/forman-prep_v0.5
Preparing v0.5
2 parents a88c882 + 38f05b5 commit 1c42832

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

CHANGES.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 0.5.0 (in development)
1+
## Version 0.5.0 (2024-02-19)
22

33
### Enhancements
44

@@ -17,19 +17,23 @@
1717
* Introduced new configuration setting `attrs_update_mode` that controls
1818
how dataset attributes are updated. [#59]
1919

20-
* Simplified logging to console. You can now set configuration setting `logging`
21-
to a log level which will implicitly enable console logging with given log
22-
level. [#64]
20+
* Simplified logging to console. You can now set configuration setting
21+
`logging` to a log level which will implicitly enable console logging with
22+
given log level. [#64]
2323

2424
* Added a section in the notebook `examples/zappend-demo.ipynb`
2525
that demonstrates transaction rollbacks.
2626

27-
2827
* Added CLI option `--traceback`. [#57]
2928

3029
* Added a section in the notebook `examples/zappend-demo.ipynb`
3130
that demonstrates transaction rollbacks.
3231

32+
### Fixes
33+
34+
* Fixed issue where a NetCDF package was missing to run the
35+
demo Notebook `examples/zappend-demo.ipynb` in
36+
[Binder](https://mybinder.readthedocs.io/). [#47]
3337

3438
## Version 0.4.1 (from 2024-02-13)
3539

zappend/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Permissions are hereby granted under the terms of the MIT License:
33
# https://opensource.org/licenses/MIT.
44

5-
__version__ = "0.5.0.dev0"
5+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)