Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdstrike committed Oct 17, 2024
1 parent 73db005 commit ef51408
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 43 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/deploy-pages.yml

This file was deleted.

8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.4.0] - 2024-10-17

### Added

* Added .github/dependabot.yml file to auto-update GitHub actions
* Added .github/dependabot.yml file to auto-update GitHub actions
* Clickable icon next to run names to change to the view of all wells in that run

### Removed

* Retired publishing of OpenAPI docs to Github page. It has been broken for more than a year.

## [2.3.0] - 2024-07-30

### Added
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npg-longue-vue",
"version": "2.3.0",
"version": "2.4.0",
"description": "UI for LangQC",
"author": "Kieron Taylor <[email protected]>",
"license": "GPL-3.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion lang_qc/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.3.0"
__version__ = "2.4.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "npg_langqc"
packages = [
{ include = "lang_qc" },
]
version = "2.3.0"
version = "2.4.0"
description = "FastAPI application for Long Read QC"
authors = ["Adam Blanchet", "Marina Gourtovaia <[email protected]>", "Kieron Taylor <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit ef51408

Please sign in to comment.