diff --git a/CHANGELOG.md b/CHANGELOG.md index 58015c13..4b4006b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.14.2 (2023-09-05) + +### Fix + +* Bec_config initialisation by command line argument ([`b7a1b8b`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/b7a1b8bca1b89df859c9ed0ed17862bb6d533de7)) + ## v0.14.1 (2023-09-05) ### Fix diff --git a/setup.py b/setup.py index bc13856f..54645a52 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -__version__ = "0.14.1" +__version__ = "0.14.2" if __name__ == "__main__": setup(