diff --git a/CHANGELOG.md b/CHANGELOG.md index dcf95231..acca8dd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,22 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), with an added `List of PRs` section and links to the relevant PRs on the individal updates. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/askap-vast/vast-tools/compare/v3.0.0...HEAD) +## [Unreleased](https://github.com/askap-vast/vast-tools/compare/v3.0.1...HEAD) #### Added #### Changed +#### Fixed + +#### Removed + +#### List of PRs + +## [3.0.1](https://github.com/askap-vast/vast-tools/releases/v3.0.1) (2023-09-24) + +#### Changed + - Bumped `mkdocstrings` to version `0.17.0` to avoid `mkdocstrings` error [#496](https://github.com/askap-vast/vast-tools/pull/496). - Pinned `jinja2` to version `3.0.3` to avoid `mkdocs_autoref` error [#496](https://github.com/askap-vast/vast-tools/pull/496). - Update github workflows to latest versions [#496](https://github.com/askap-vast/vast-tools/pull/496) @@ -19,8 +29,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Fixed docs build process [#496](https://github.com/askap-vast/vast-tools/pull/496). -#### Removed - #### List of PRs - [#496](https://github.com/askap-vast/vast-tools/pull/496): fix: Update github workflows to latest versions diff --git a/docs/theme/main.html b/docs/theme/main.html index 55ec7a80..4f51425e 100644 --- a/docs/theme/main.html +++ b/docs/theme/main.html @@ -34,7 +34,7 @@ strong{white-space:nowrap}.md-announce} - Version 3.0.0 released! Includes access to all pilot survey data, full survey functionality, optimisation and more 🙌 Check the release notes! 👀 + Version 3.0.1 released! Includes access to all pilot survey data, full survey functionality, optimisation and more 🙌 Check the release notes! 👀 {% endblock %} diff --git a/pyproject.toml b/pyproject.toml index bd5e2383..44d5028d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vasttools" -version = "3.0.0-dev" +version = "3.0.1" description = "Python module to interact with ASKAP VAST data." license = "MIT" homepage = "https://github.com/askap-vast/vasttools/" diff --git a/vasttools/__init__.py b/vasttools/__init__.py index 9e8350d0..02ed0530 100644 --- a/vasttools/__init__.py +++ b/vasttools/__init__.py @@ -9,7 +9,7 @@ ''' __author__ = 'Dougal Dobie, Adam Stewart' -__version__ = "3.0.0-dev" +__version__ = "3.0.1" RELEASED_EPOCHS = {