Skip to content

Commit

Permalink
Preparation for 3.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ddobie committed Sep 24, 2023
1 parent f84b1e6 commit b878c7a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/theme/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
strong{white-space:nowrap}.md-announce}
</style>

<a href='{{ base_url }}/changelog/'><strong>Version 3.0.0 released!</strong> Includes access to all pilot survey data, full survey functionality, optimisation and more 🙌 Check the <strong>release notes! 👀</strong></a>
<a href='{{ base_url }}/changelog/'><strong>Version 3.0.1 released!</strong> Includes access to all pilot survey data, full survey functionality, optimisation and more 🙌 Check the <strong>release notes! 👀</strong></a>

{% endblock %}

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down
2 changes: 1 addition & 1 deletion vasttools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'''

__author__ = 'Dougal Dobie, Adam Stewart'
__version__ = "3.0.0-dev"
__version__ = "3.0.1"


RELEASED_EPOCHS = {
Expand Down

0 comments on commit b878c7a

Please sign in to comment.