Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit 74cce5e

Browse files
chore: release 1.1.1 (#111)
🤖 I have created a release \*beep\* \*boop\* --- ### [1.1.1](https://www.github.com/googleapis/python-notebooks/compare/v1.1.0...v1.1.1) (2021-11-01) ### Bug Fixes * **deps:** drop packaging dependency ([7750cb3](https://www.github.com/googleapis/python-notebooks/commit/7750cb35928891a955f89ead48c58d5af6b4e2b6)) * **deps:** require google-api-core >= 1.28.0 ([7750cb3](https://www.github.com/googleapis/python-notebooks/commit/7750cb35928891a955f89ead48c58d5af6b4e2b6)) ### Documentation * list oneofs in docstring ([7750cb3](https://www.github.com/googleapis/python-notebooks/commit/7750cb35928891a955f89ead48c58d5af6b4e2b6)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 7750cb3 commit 74cce5e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
### [1.1.1](https://www.github.com/googleapis/python-notebooks/compare/v1.1.0...v1.1.1) (2021-11-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** drop packaging dependency ([7750cb3](https://www.github.com/googleapis/python-notebooks/commit/7750cb35928891a955f89ead48c58d5af6b4e2b6))
9+
* **deps:** require google-api-core >= 1.28.0 ([7750cb3](https://www.github.com/googleapis/python-notebooks/commit/7750cb35928891a955f89ead48c58d5af6b4e2b6))
10+
11+
12+
### Documentation
13+
14+
* list oneofs in docstring ([7750cb3](https://www.github.com/googleapis/python-notebooks/commit/7750cb35928891a955f89ead48c58d5af6b4e2b6))
15+
316
## [1.1.0](https://www.github.com/googleapis/python-notebooks/compare/v1.0.0...v1.1.0) (2021-10-19)
417

518

setup.py

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

22-
version = "1.1.0"
22+
version = "1.1.1"
2323

2424
package_root = os.path.abspath(os.path.dirname(__file__))
2525

0 commit comments

Comments
 (0)