Skip to content

Commit 6174881

Browse files
author
Ola Lidholm
committed
bump version
1 parent 48ccb05 commit 6174881

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/release-drafter.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name-template: 'Example title - v0.9.69b0'
2-
tag-template: 'v0.9.69b0'
1+
name-template: 'Example title - v0.9.69'
2+
tag-template: 'v0.9.69'
33
exclude-labels:
44
- 'skip-changelog'
55
categories:
@@ -31,8 +31,8 @@ change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
3131
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
3232

3333
template: |
34-
[![Downloads for this release](https://img.shields.io/github/downloads/$OWNER/$REPOSITORY/v0.9.69b0/total.svg)](
35-
https://github.com/$OWNER/$REPOSITORY/releases/v0.9.69b0)
34+
[![Downloads for this release](https://img.shields.io/github/downloads/$OWNER/$REPOSITORY/v0.9.69/total.svg)](
35+
https://github.com/$OWNER/$REPOSITORY/releases/v0.9.69)
3636
3737
3838
<!--

custom_components/easee/const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
DOMAIN = "easee"
1919
TIMEOUT = 30
20-
VERSION = "0.9.69b0"
20+
VERSION = "0.9.69"
2121
MIN_HA_VERSION = "2024.8.0"
2222
CONF_MONITORED_SITES = "monitored_sites"
2323
MANUFACTURER = "Easee"

custom_components/easee/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"requirements": [
1818
"pyeasee==0.8.14"
1919
],
20-
"version": "0.9.69b0"
20+
"version": "0.9.69"
2121
}

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpver]
2-
current_version = "0.9.69b0"
2+
current_version = "0.9.69"
33
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
44
commit_message = "Bump version from {old_version} to {new_version}"
55
commit = false

0 commit comments

Comments
 (0)