From cc93b16d639dc8e2097e9e494e6a214b11fc115c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20S=C3=A1nchez-Gallego?= Date: Thu, 31 Aug 2023 18:06:47 +0000 Subject: [PATCH] Bump to 0.4.4a0 and fix MD linting --- CHANGELOG.md | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c402f6b..39b2c55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,26 +4,26 @@ ### ✨ Improved -* Updated `sdss-araviscam` to 0.2.2. +- Updated `sdss-araviscam` to 0.2.2. ## 0.4.2 - August 20, 2023 ### ✨ Improved -* Added local mean sidereal time header keyword ``LMST``. Note that the value is computed without updated ``IERS-B`` tables so it may be slightly off. -* Reduce the polling of the MoCon. +- Added local mean sidereal time header keyword ``LMST``. Note that the value is computed without updated ``IERS-B`` tables so it may be slightly off. +- Reduce the polling of the MoCon. ### ⚙️ Engineering -* Do not add ``skymakercam`` to docker image. +- Do not add ``skymakercam`` to docker image. ## 0.4.1 - August 13, 2023 ### ✨ Improved -* Upgraded `araviscam` to 0.2.1 with workarounds for exposures with empty buffers. +- Upgraded `araviscam` to 0.2.1 with workarounds for exposures with empty buffers. ## 0.4.0 - August 11, 2023 diff --git a/pyproject.toml b/pyproject.toml index c394064..dfc1e4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sdss-lvmcam" -version = "0.4.3" +version = "0.4.4a0" description = "The package for lvmcam" authors = ["Florian Briegel "] maintainers = ["Florian Briegel ", "José Sánchez-Gallego "]