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"