From 9c493c27fe2bff22f0858d9e5f53a79254c6d481 Mon Sep 17 00:00:00 2001 From: Brendan McCollam Date: Wed, 11 Oct 2023 11:55:48 +0100 Subject: [PATCH] REL-942: Release v1.9.0 --- .release | 4 ++-- CHANGELOG.rst | 7 +++++++ docs/src/conf.py | 4 ++-- pyproject.toml | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.release b/.release index aa9c624b..e0b92cff 100644 --- a/.release +++ b/.release @@ -1,2 +1,2 @@ -release=1.8.2 -tag=1.8.2 +release=1.9.0 +tag=1.9.0 diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b2899814..ed25640c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,13 @@ Change Log All notable changes to this project will be documented in this file. This project adheres to `Semantic Versioning `_. +1.9.0 +***** +* Adds support for partial configuration with Target-offset parameters to enable + 5-point calibration scans. (BTN-2052) +* Adds a new module for semantic validation of Low telescope + configuration. (NAK-673) + 1.8.2 ***** * Bugfix: 'simpleeval' and 'astropy' are required in production, not only diff --git a/docs/src/conf.py b/docs/src/conf.py index b2f9fad5..bc666f00 100644 --- a/docs/src/conf.py +++ b/docs/src/conf.py @@ -85,9 +85,9 @@ author = "Marco Bartolini" # built documents. # # The short X.Y.Z version. -version = "1.8.2" +version = "1.9.0" # The full version, including alpha/beta/rc pre-release tags. -release = "1.8.2" +release = "1.9.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pyproject.toml b/pyproject.toml index 566626bb..8d12aa26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ska-telmodel" -version = "1.8.2" +version = "1.9.0" description = "SKA telescope model library" authors = ["SKA Developers"] license = "BSD-3-Clause" -- GitLab