Skip to content

Commit caf4e10

Browse files
committed
Bump version to 2026.4.11 [skip-versioning]
1 parent b84f863 commit caf4e10

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@ body:
2626
attributes:
2727
label: TFT Version
2828
description: Enter the TFT version number.
29-
placeholder: e.g., 17.0
29+
placeholder: e.g., 17.1
3030
validations:
3131
required: false
3232
- type: input
3333
attributes:
3434
label: Firmware Version
3535
description: Enter the ESPHome firmware version number.
36-
placeholder: e.g., 2026.4.10
36+
placeholder: e.g., 2026.4.11
3737
validations:
3838
required: false
3939
- type: input
4040
attributes:
4141
label: Blueprint Version
4242
description: Enter the Blueprint version number.
43-
placeholder: e.g., 2026.4.9
43+
placeholder: e.g., 2026.4.11
4444
validations:
4545
required: false
4646
- type: dropdown

esphome/nspanel_esphome_version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ substitutions:
1414
# Minimum required blueprint version for compatibility
1515
# Select 'next' or '${version}' when you change the "contract" between ESPHome and Blueprint
1616
# Versioning workflow will replace this by the new version being generated
17-
min_blueprint_version: ${version}
17+
min_blueprint_version: 2026.4.11
1818

1919
# Minimum required TFT version for compatibility
2020
# Must be manually updated with Nextion Editor

nspanel_easy_blueprint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
##################################################################################################
77
---
88
blueprint:
9-
name: NSPanel Easy Configuration (v9999.99.9)
9+
name: NSPanel Easy Configuration (v2026.4.11)
1010
author: Edward Firmo (https://github.com/edwardtfn)
1111
description: >
1212
# NSPanel Easy Configuration via Blueprint
@@ -4052,7 +4052,7 @@ trigger_variables:
40524052
}}
40534053

40544054
variables:
4055-
blueprint_version: 9999.99.9
4055+
blueprint_version: 2026.4.11
40564056
pages:
40574057
current: '{{ states(currentpage) }}'
40584058
alarm: "alarm"

versioning/version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Do not edit this file
22
# The GitHub action will take care of updating version number when the PR is merged to `main`
33
---
4-
version: 2026.4.10
4+
version: 2026.4.11
55
...

0 commit comments

Comments
 (0)