8000 chore: release 1.1.0 (#49) · googleapis/google-cloud-python@bdee503 · GitHub
[go: up one dir, main page]

Skip to content

Commit bdee503

Browse files
1 parent d4140c4 commit bdee503

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/google-cloud-appengine-logging/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.0](https://www.github.com/googleapis/python-appengine-logging/compare/v1.0.0...v1.1.0) (2021-10-18)
4+
5+
6+
### Features
7+
8+
* add support for python 3.10 ([#48](https://www.github.com/googleapis/python-appengine-logging/issues/48)) ([314c4f1](https://www.github.com/googleapis/python-appengine-logging/commit/314c4f17b419e7b2f25c4618b5c0be6157ae0cae))
9+
310
## [1.0.0](https://www.github.com/googleapis/python-appengine-logging/compare/v0.2.0...v1.0.0) (2021-10-12)
411

512

packages/google-cloud-appengine-logging/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import os
1818
import setuptools # type: ignore
1919

20-
version = "1.0.0"
20+
version = "1.1.0"
2121

2222
package_root = os.path.abspath(os.path.dirname(__file__))
2323

0 commit comments

Comments
 (0)
0