diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c35346..0e4486f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.10.2 (2023-11-12) + +### Fix + +* Remove pytest dependency for eiger, falcon and pilatus; closes #18 and #9 ([`c6e6737`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/c6e6737547face4f298758e4017099208748d1a9)) + ## v0.10.1 (2023-11-09) ### Fix diff --git a/setup.py b/setup.py index c2acbd6..d5b01c4 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -__version__ = "0.10.1" +__version__ = "0.10.2" if __name__ == "__main__": setup(