Skip to content

Commit

Permalink
chore(main): release 1.3.1 (#104)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Feb 23, 2022
1 parent a64ca77 commit bc73307
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/google-cloud-appengine-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

### [1.3.1](https://github.com/googleapis/python-appengine-admin/compare/v1.3.0...v1.3.1) (2022-02-11)


### Bug Fixes

* resolve DuplicateCredentialArgs error when using credentials_file ([a6ec7ac](https://github.com/googleapis/python-appengine-admin/commit/a6ec7acb2f7b0a8acb68bd7de770c299eb9ee8d2))


### Documentation

* add autogenerated code snippets ([5f989b9](https://github.com/googleapis/python-appengine-admin/commit/5f989b948c03c409466b76f8c5853819261b9737))

## [1.3.0](https://github.com/googleapis/python-appengine-admin/compare/v1.2.1...v1.3.0) (2022-01-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-appengine-admin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import setuptools # type: ignore

name = "google-cloud-appengine-admin"
version = "1.3.0"
version = "1.3.1"
description = "App Engine Admin API client library"
release_status = "Development Status :: 5 - Production/Stable"
url = "https://github.com/googleapis/python-appengine-admin"
Expand Down

0 comments on commit bc73307

Please sign in to comment.