aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBu Sun Kim <8822365+busunkim96@users.noreply.github.com>2021-08-17 10:58:28 -0600
committerGitHub <noreply@github.com>2021-08-17 10:58:28 -0600
commit71cb0118419ba07d386199befa3ac2efd9cdad3b (patch)
tree96324d937c6b1f5390656472fd024a05258e3366
parent3c8fab56fcebe7fddb92e1f73182b352e262cc3e (diff)
downloadgoogle-auth-library-python-71cb0118419ba07d386199befa3ac2efd9cdad3b.tar.gz
chore: set release version to 2.0.0 (#840)
* chore: release 2.0.0 * Update CHANGELOG.md * chore: set version number to 2.0.0 Follow up to #829 Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
-rw-r--r--google/auth/version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/google/auth/version.py b/google/auth/version.py
index db6d3e9..2343e40 100644
--- a/google/auth/version.py
+++ b/google/auth/version.py
@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-__version__ = "2.0.0b1"
+__version__ = "2.0.0"