We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed51954 commit dd45f8dCopy full SHA for dd45f8d
CHANGES.md
@@ -1,3 +1,5 @@
1
+## Version 0.4.1 (in development)
2
+
3
## Version 0.4.0 (from 2024-02-08)
4
5
### Enhancements
@@ -15,7 +17,7 @@
15
17
* It is now possible to reference environment variables
16
18
in configuration files using the syntax `${ENV_VAR}`. [#36]
19
-* Added a demo Notebook `exmaples/zappend-demo.ipynb` and linked
20
+* Added a demo Notebook `examples/zappend-demo.ipynb` and linked
21
it by a binder badge in README.md. [#47]
22
23
### Fixes
zappend/__init__.py
@@ -2,4 +2,4 @@
# Permissions are hereby granted under the terms of the MIT License:
# https://opensource.org/licenses/MIT.
-__version__ = "0.4.0"
+__version__ = "0.4.1.dev0"
0 commit comments