Skip to content

Commit

Permalink
Release v1.1.1 prep
Browse files Browse the repository at this point in the history
  • Loading branch information
ddobie committed Oct 15, 2024
1 parent 1da07ee commit 341d9f7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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 individual updates. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/askap-vast/vast-pipeline/compare/v1.1.0...HEAD)
## [1.1.1](https://github.com/askap-vast/vast-pipeline/releases/v1.1.1) (2024-10-15)

#### Added

Expand Down
2 changes: 1 addition & 1 deletion docs/theme/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</style>

<a href="{{ base_url }}/changelog/">
<strong> New in version 1.1.0:</strong> Support for compressed fits files, python 3.10 and more 🧑‍💻. Check the <strong>release notes!</strong>
<strong> New in version 1.1.1:</strong> Refreshed docs, support for compressed fits files, python 3.10 and more 🧑‍💻. Check the <strong>release notes!</strong>
</a>

{% endblock %}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vast-pipeline",
"version": "1.1.0d",
"version": "1.1.1",
"description": "Vast Pipeline code base for processing and analysing telescope images from the Square Kilometre Pathfinder",
"main": "gulpfile.js",
"scripts": {
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 = "vast-pipeline"
version = "1.1.0"
version = "v1.1.1"
description = "Vast Pipeline code base for processing and analysing telescope images from the Square Kilometre Pathfinder"
authors = ["The VAST Development Team"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion vast_pipeline/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.0'
__version__ = '1.1.1'

0 comments on commit 341d9f7

Please sign in to comment.