From 8a3d26a473302b5453cb25669dbebe5f750807e7 Mon Sep 17 00:00:00 2001 From: RobbinBouwmeester Date: Thu, 8 Aug 2024 15:19:20 +0200 Subject: [PATCH] New release --- .github/workflows/publish.yml | 3 ++- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5addde2..69a9950 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -71,11 +71,12 @@ jobs: with: path: dist - name: Create GitHub Release - uses: docker://antonyurchenko/git-release:v4 + uses: docker://antonyurchenko/git-release:v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DRAFT_RELEASE: "false" PRE_RELEASE: "false" + CHANGELOG_FILE: "CHANGELOG.md" with: args: | dist/* diff --git a/CHANGELOG.md b/CHANGELOG.md index a50ad15..dbe3a3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +# [3.0.5] - 2024-08-08 + +- Remove old python build + # [3.0.4] - 2024-08-08 - Remove old python build diff --git a/pyproject.toml b/pyproject.toml index 863873e..9bd115e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "deeplc" -version = "3.0.4" +version = "3.0.5" description = "DeepLC: Retention time prediction for (modified) peptides using Deep Learning." readme = "README.md" license = { file = "LICENSE" }