From 1b723e331551bc84ab53ba4a0552c3932c9c1964 Mon Sep 17 00:00:00 2001 From: hiranya911 Date: Thu, 14 May 2020 10:44:57 -0700 Subject: [PATCH] [chore] Release 4.3.0 --- .github/workflows/release.yml | 2 +- firebase_admin/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 64ee304ce..fbde8ed59 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -134,7 +134,7 @@ jobs: uses: firebase/firebase-admin-node/.github/actions/send-tweet@master with: status: > - ${{ steps.preflight.outputs.version }} of @Firebase Admin Python SDK is avaialble. + ${{ steps.preflight.outputs.version }} of @Firebase Admin Python SDK is available. https://github.com/firebase/firebase-admin-python/releases/tag/${{ steps.preflight.outputs.version }} consumer-key: ${{ secrets.TWITTER_CONSUMER_KEY }} consumer-secret: ${{ secrets.TWITTER_CONSUMER_SECRET }} diff --git a/firebase_admin/__about__.py b/firebase_admin/__about__.py index ff12296f2..298f3703e 100644 --- a/firebase_admin/__about__.py +++ b/firebase_admin/__about__.py @@ -14,7 +14,7 @@ """About information (version, etc) for Firebase Admin SDK.""" -__version__ = '4.2.0' +__version__ = '4.3.0' __title__ = 'firebase_admin' __author__ = 'Firebase' __license__ = 'Apache License 2.0'