Skip to content

Commit

Permalink
Prep for 3.1.1-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ddobie committed Jul 30, 2024
1 parent 4db3788 commit 95f022b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ 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-pipeline/compare/v3.1.1...HEAD)

#### Added

#### Changed

#### Fixed

#### Removed

#### List of PRs


## [3.1.1](https://github.com/askap-vast/vast-tools/releases/v3.1.1) (2024-07-30)

#### Added
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 = "v3.1.0-dev"
version = "3.1.1-dev"
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.1.1"
__version__ = "3.1.1-dev"


RELEASED_EPOCHS = {
Expand Down

0 comments on commit 95f022b

Please sign in to comment.