From d56d1c10f29d5cb9e14cfc060d82c41a4a2358de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20S=C3=A1nchez-Gallego?= Date: Fri, 10 Nov 2023 15:12:18 -0800 Subject: [PATCH] Release 1.3.2 --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd4f7eb..e4b0057 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [1.3.2](https://github.com/sdss/sdsstools/compare/1.3.1...1.3.2) + +- Better typing for `RecursiveDict`. + + ## [1.3.1](https://github.com/sdss/sdsstools/compare/1.3.0...1.3.1) - Improved typing for `read_yaml_file`. diff --git a/pyproject.toml b/pyproject.toml index 0fad79d..19a2573 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sdsstools" -version = "1.3.2a0" +version = "1.3.2" description = "Small tools for SDSS products" authors = ["José Sánchez-Gallego "] license = "BSD-3-Clause"