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

Commit a34135c

Browse files
chore(main): release 1.2.1 (#140)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 0433ae8 commit a34135c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
### [1.2.1](https://github.com/googleapis/python-notebooks/compare/v1.2.0...v1.2.1) (2022-03-05)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** require google-api-core>=1.31.5, >=2.3.2 ([#139](https://github.com/googleapis/python-notebooks/issues/139)) ([8b118ae](https://github.com/googleapis/python-notebooks/commit/8b118ae3d5da2fc3e8edc7b647b1981f4db3dcfb))
9+
* **deps:** require proto-plus>=1.15.0 ([8b118ae](https://github.com/googleapis/python-notebooks/commit/8b118ae3d5da2fc3e8edc7b647b1981f4db3dcfb))
10+
311
## [1.2.0](https://github.com/googleapis/python-notebooks/compare/v1.1.1...v1.2.0) (2022-02-26)
412

513

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.2.0"
22+
version = "1.2.1"
2323

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

0 commit comments

Comments
 (0)