File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- name-template : ' Example title - v0.9.68b0 '
2
- tag-template : ' v0.9.68b0 '
1
+ name-template : ' Example title - v0.9.68 '
2
+ tag-template : ' v0.9.68 '
3
3
exclude-labels :
4
4
- ' skip-changelog'
5
5
categories :
@@ -31,8 +31,8 @@ change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
31
31
change-title-escapes : ' \<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
32
32
33
33
template : |
34
- []
35
- (https://github.com/$OWNER/$REPOSITORY/releases/v0.9.68b0 )
34
+ []
35
+ (https://github.com/$OWNER/$REPOSITORY/releases/v0.9.68 )
36
36
37
37
38
38
<!--
Original file line number Diff line number Diff line change 17
17
18
18
DOMAIN = "easee"
19
19
TIMEOUT = 30
20
- VERSION = "0.9.68b0 "
20
+ VERSION = "0.9.68 "
21
21
MIN_HA_VERSION = "2024.8.0"
22
22
CONF_MONITORED_SITES = "monitored_sites"
23
23
MANUFACTURER = "Easee"
Original file line number Diff line number Diff line change 17
17
"requirements" : [
18
18
" pyeasee==0.8.13"
19
19
],
20
- "version" : " 0.9.68b0 "
20
+ "version" : " 0.9.68 "
21
21
}
Original file line number Diff line number Diff line change 1
1
[tool .bumpver ]
2
- current_version = " 0.9.68b0 "
2
+ current_version = " 0.9.68 "
3
3
version_pattern = " MAJOR.MINOR.PATCH[PYTAGNUM]"
4
4
commit_message = " Bump version from {old_version} to {new_version}"
5
5
commit = false
You can’t perform that action at this time.
0 commit comments