diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ef87301..54a3b6a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.18.1 (2023-09-08) + +### Fix + +* Online changes ([`29c983f`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/29c983fb268bb2dbcfe552453501ff42442f075f)) + ## v0.18.0 (2023-09-08) ### Feature diff --git a/setup.py b/setup.py index 304298a1..a85064cf 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -__version__ = "0.18.0" +__version__ = "0.18.1" if __name__ == "__main__": setup(