Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ola Lidholm committed Feb 6, 2025
1 parent 48ccb05 commit 6174881
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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)
<!--
Expand Down
2 changes: 1 addition & 1 deletion custom_components/easee/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

DOMAIN = "easee"
TIMEOUT = 30
VERSION = "0.9.69b0"
VERSION = "0.9.69"
MIN_HA_VERSION = "2024.8.0"
CONF_MONITORED_SITES = "monitored_sites"
MANUFACTURER = "Easee"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/easee/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"requirements": [
"pyeasee==0.8.14"
],
"version": "0.9.69b0"
"version": "0.9.69"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpver]
current_version = "0.9.69b0"
current_version = "0.9.69"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "Bump version from {old_version} to {new_version}"
commit = false
Expand Down

0 comments on commit 6174881

Please # to comment.