diff --git a/CHANGELOG.md b/CHANGELOG.md index 06661fc7..b4552b3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## 1.3.2 - January 10, 2023 + ### 🔧 Fixed * Only retry `FPS.update_firmware_version()` if `n_positioners` is not `None`. Otherwise a time out is expected. diff --git a/pyproject.toml b/pyproject.toml index 7e1908f5..33665ee2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jaeger" -version = "1.3.1" +version = "1.3.2" description = "Controllers for the SDSS-V FPS" authors = ["José Sánchez-Gallego "] license = "BSD-3-Clause"