aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorrelease-please[bot] <55107282+release-please[bot]@users.noreply.github.com>2020-05-18 10:11:09 -0700
committerGitHub <noreply@github.com>2020-05-18 10:11:09 -0700
commit178e691c08a6e1d6aa883d63463108742106674e (patch)
tree79dc34b34d1e3ed01c8f11d230a99efeea443d0e /setup.py
parentca8d98ab2e5277e53ab8df78beb1e75cdf5321e3 (diff)
downloadgoogle-auth-library-python-178e691c08a6e1d6aa883d63463108742106674e.tar.gz
chore: release 1.15.0 (#510)
* updated CHANGELOG.md [ci skip] * updated setup.cfg [ci skip] * updated setup.py [ci skip] Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2835f88..09bbcef 100644
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ DEPENDENCIES = (
with io.open("README.rst", "r") as fh:
long_description = fh.read()
-version = "1.14.3"
+version = "1.15.0"
setup(
name="google-auth",