Skip to content

Commit 74b5179

Browse files
authored
[chore] Release 4.3.0 (#462)
1 parent f8b1fff commit 74b5179

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
uses: firebase/firebase-admin-node/.github/actions/send-tweet@master
135135
with:
136136
status: >
137-
${{ steps.preflight.outputs.version }} of @Firebase Admin Python SDK is avaialble.
137+
${{ steps.preflight.outputs.version }} of @Firebase Admin Python SDK is available.
138138
https://github.com/firebase/firebase-admin-python/releases/tag/${{ steps.preflight.outputs.version }}
139139
consumer-key: ${{ secrets.TWITTER_CONSUMER_KEY }}
140140
consumer-secret: ${{ secrets.TWITTER_CONSUMER_SECRET }}

firebase_admin/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
"""About information (version, etc) for Firebase Admin SDK."""
1616

17-
__version__ = '4.2.0'
17+
__version__ = '4.3.0'
1818
__title__ = 'firebase_admin'
1919
__author__ = 'Firebase'
2020
__license__ = 'Apache License 2.0'

0 commit comments

Comments
 (0)