diff --git a/dev-requirements.txt b/dev-requirements.txt index dc00e993..315ebc2b 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,4 @@ -pytest +pytest<7.2.0 doctr ipython matplotlib diff --git a/docs/source/releases.rst b/docs/source/releases.rst index c93b63f3..a57fca28 100644 --- a/docs/source/releases.rst +++ b/docs/source/releases.rst @@ -1,6 +1,19 @@ Release History ############### +v1.0.1 (2022-10-25) +=================== + +Bugfixes +-------- +- ``LightController.load_beamlines`` now properly references the provided + configuration if provided, rather than the default ``beamlines`` config + +Contributors +------------ +- tangkong + + v1.0.0 (2022-09-28) ===================