aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrelease-please[bot] <55107282+release-please[bot]@users.noreply.github.com>2024-02-02 15:02:14 -0500
committerGitHub <noreply@github.com>2024-02-02 15:02:14 -0500
commitb72929f28c36dfa40e825140d0225c3dad967ab1 (patch)
tree98c249fdb9dfc9a26b226cbe6c7c8268272ea310
parent88688b1625c4dab0df6124a0560f550eb322500f (diff)
downloadpython-api-core-b72929f28c36dfa40e825140d0225c3dad967ab1.tar.gz
chore(main): release 2.16.2 (#597)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
-rw-r--r--CHANGELOG.md7
-rw-r--r--google/api_core/version.py2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3eef4fd..b4fdea8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,13 @@
[1]: https://pypi.org/project/google-api-core/#history
+## [2.16.2](https://github.com/googleapis/python-api-core/compare/v2.16.1...v2.16.2) (2024-02-02)
+
+
+### Bug Fixes
+
+* Spelling error `a,out` -&gt; `amount` ([#596](https://github.com/googleapis/python-api-core/issues/596)) ([88688b1](https://github.com/googleapis/python-api-core/commit/88688b1625c4dab0df6124a0560f550eb322500f))
+
## [2.16.1](https://github.com/googleapis/python-api-core/compare/v2.16.0...v2.16.1) (2024-01-30)
diff --git a/google/api_core/version.py b/google/api_core/version.py
index 61e0c0a..29741fa 100644
--- a/google/api_core/version.py
+++ b/google/api_core/version.py
@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-__version__ = "2.16.1"
+__version__ = "2.16.2"