From 40a864741475c52edde5d7b25ceb747f6a7a1815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20S=C3=A1nchez-Gallego?= Date: Thu, 9 Nov 2023 14:38:13 -0800 Subject: [PATCH] Release 1.3.0 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 245362f..1ffd5a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Next version](https://github.com/sdss/sdsstools/compare/1.2.3...HEAD) +## [1.3.0](https://github.com/sdss/sdsstools/compare/1.2.3...1.3.0) - [#40](https://github.com/sdss/sdsstools/pr/40) Additional options to `start_file_logger` for the `TimedRotatingFileHandler`. - [#41](https://github.com/sdss/sdsstools/pr/41) `Configuration` now supports a recursive getter (e.g., `config['a.b.c']`). diff --git a/pyproject.toml b/pyproject.toml index 7b3643e..1351c02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sdsstools" -version = "1.2.4a0" +version = "1.3.0" description = "Small tools for SDSS products" authors = ["José Sánchez-Gallego "] license = "BSD-3-Clause"