From d62ddc170be3096ca0ed67c758e2eff8005ca096 Mon Sep 17 00:00:00 2001 From: hiranya911 Date: Mon, 24 Feb 2020 11:18:45 -0800 Subject: [PATCH] [chore] Release 4.0.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 f8a9b5de8..6d626eef2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -129,7 +129,7 @@ jobs: - name: Post to Twitter if: success() && contains(github.event.pull_request.labels.*.name, 'release:tweet') - uses: ethomson/send-tweet-action@288f9339e0412e3038dce350e0da5ecdf12133a6 + uses: firebase/firebase-admin-node/.github/actions/send-tweet@master with: status: > ${{ steps.preflight.outputs.version }} of @Firebase Admin Python SDK is avaialble. diff --git a/firebase_admin/__about__.py b/firebase_admin/__about__.py index d44e3ccb5..c1bc469bf 100644 --- a/firebase_admin/__about__.py +++ b/firebase_admin/__about__.py @@ -14,7 +14,7 @@ """About information (version, etc) for Firebase Admin SDK.""" -__version__ = '3.2.1' +__version__ = '4.0.0' __title__ = 'firebase_admin' __author__ = 'Firebase' __license__ = 'Apache License 2.0'