From bcdd7d8556800b228736261490f1a1b3e7a7fbeb Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 29 Oct 2024 16:23:37 +0000 Subject: [PATCH] Release 1.20.0 --- action.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 6016e50..d444888 100644 --- a/action.yml +++ b/action.yml @@ -111,7 +111,7 @@ inputs: required: false runs: using: docker - image: docker://ghcr.io/juliaregistries/tagbot:1.19.6 + image: docker://ghcr.io/juliaregistries/tagbot:1.20.0 branding: icon: tag color: red diff --git a/pyproject.toml b/pyproject.toml index c9efffa..47b11ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tagbot" -version = "1.19.6" +version = "1.20.0" description = "Creates tags, releases, and changelogs for your Julia packages when they're registered" authors = ["Chris de Graaf "] license = "MIT"