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
commit 5dcf1debd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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-_"