From 7afb216d5545c90ceaa6f4578e200e5e3247f9df Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 21 Jul 2021 22:46:11 +0000 Subject: [PATCH] chore: release 0.4.1 (#98) :robot: I have created a release \*beep\* \*boop\* --- ### [0.4.1](https://www.github.com/googleapis/python-recaptcha-enterprise/compare/v0.4.0...v0.4.1) (2021-07-20) ### Bug Fixes * **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([#96](https://www.github.com/googleapis/python-recaptcha-enterprise/issues/96)) ([dafb540](https://www.github.com/googleapis/python-recaptcha-enterprise/commit/dafb540844946190af288039b745f77ac08d90ab)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fac772..51560f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.4.1](https://www.github.com/googleapis/python-recaptcha-enterprise/compare/v0.4.0...v0.4.1) (2021-07-20) + + +### Bug Fixes + +* **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([#96](https://www.github.com/googleapis/python-recaptcha-enterprise/issues/96)) ([dafb540](https://www.github.com/googleapis/python-recaptcha-enterprise/commit/dafb540844946190af288039b745f77ac08d90ab)) + ## [0.4.0](https://www.github.com/googleapis/python-recaptcha-enterprise/compare/v0.3.3...v0.4.0) (2021-07-12) diff --git a/setup.py b/setup.py index 72313f3..656a7ba 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "0.4.0" +version = "0.4.1" package_root = os.path.abspath(os.path.dirname(__file__))