Skip to content

Commit dd45f8d

Browse files
committed
starting v0.4.1
1 parent ed51954 commit dd45f8d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Version 0.4.1 (in development)
2+
13
## Version 0.4.0 (from 2024-02-08)
24

35
### Enhancements
@@ -15,7 +17,7 @@
1517
* It is now possible to reference environment variables
1618
in configuration files using the syntax `${ENV_VAR}`. [#36]
1719

18-
* Added a demo Notebook `exmaples/zappend-demo.ipynb` and linked
20+
* Added a demo Notebook `examples/zappend-demo.ipynb` and linked
1921
it by a binder badge in README.md. [#47]
2022

2123
### Fixes

zappend/__init__.py

Lines changed: 1 addition & 1 deletion
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.4.0"
5+
__version__ = "0.4.1.dev0"

0 commit comments

Comments
 (0)