1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-04 12:22:20 +01:00

Merge pull request #4406 from esphome/bump-2023.2.0b3

2023.2.0b3
This commit is contained in:
Jesse Hills
2023-02-09 18:04:35 +13:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -150,6 +150,6 @@ jobs:
ref: "main",
inputs: {
version: "${{ github.event.release.tag_name }}",
content: "${{ toJSON(github.event.release.body) }}"
content: ${{ toJSON(github.event.release.body) }}
}
})

View File

@@ -1,6 +1,6 @@
"""Constants used by esphome."""
__version__ = "2023.2.0b2"
__version__ = "2023.2.0b3"
ALLOWED_NAME_CHARS = "abcdefghijklmnopqrstuvwxyz0123456789-_"