aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrelease-please[bot] <55107282+release-please[bot]@users.noreply.github.com>2021-10-13 18:09:59 -0400
committerGitHub <noreply@github.com>2021-10-13 18:09:59 -0400
commitf4e776e8889382c28943946e33e29411b02f7436 (patch)
treeb7ae38418b255af80b9c6ecd16ad246b93558718
parent0023ee1fe0e8b80c7a9e8987e0f322a829e5d613 (diff)
downloadpython-api-core-f4e776e8889382c28943946e33e29411b02f7436.tar.gz
chore: release 2.1.1 (#291)
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 00910e1..e8e4e94 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,13 @@
[1]: https://pypi.org/project/google-api-core/#history
+### [2.1.1](https://www.github.com/googleapis/python-api-core/compare/v2.1.0...v2.1.1) (2021-10-13)
+
+
+### Bug Fixes
+
+* add mypy checking + 'py.typed' file ([#290](https://www.github.com/googleapis/python-api-core/issues/290)) ([0023ee1](https://www.github.com/googleapis/python-api-core/commit/0023ee1fe0e8b80c7a9e8987e0f322a829e5d613))
+
## [2.1.0](https://www.github.com/googleapis/python-api-core/compare/v2.0.1...v2.1.0) (2021-10-05)
diff --git a/google/api_core/version.py b/google/api_core/version.py
index 8b5d332..7945f6f 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.1.0"
+__version__ = "2.1.1"