From 61748818e2cc850e92b173fd16fb0052f3022ac3 Mon Sep 17 00:00:00 2001 From: Ola Lidholm Date: Thu, 6 Feb 2025 12:43:21 +0100 Subject: [PATCH] bump version --- .github/release-drafter.yml | 8 ++++---- custom_components/easee/const.py | 2 +- custom_components/easee/manifest.json | 2 +- pyproject.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index d653f7e..5683dbc 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,5 +1,5 @@ -name-template: 'Example title - v0.9.69b0' -tag-template: 'v0.9.69b0' +name-template: 'Example title - v0.9.69' +tag-template: 'v0.9.69' exclude-labels: - 'skip-changelog' categories: @@ -31,8 +31,8 @@ change-template: '- $TITLE @$AUTHOR (#$NUMBER)' change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. template: | - [![Downloads for this release](https://img.shields.io/github/downloads/$OWNER/$REPOSITORY/v0.9.69b0/total.svg)]( - https://github.com/$OWNER/$REPOSITORY/releases/v0.9.69b0) + [![Downloads for this release](https://img.shields.io/github/downloads/$OWNER/$REPOSITORY/v0.9.69/total.svg)]( + https://github.com/$OWNER/$REPOSITORY/releases/v0.9.69)