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

chore(main): release 1.4.1 #181

Merged
merged 1 commit into from
Jul 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.4.1](https://github.com/googleapis/python-notebooks/compare/v1.4.0...v1.4.1) (2022-07-13)


### Bug Fixes

* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([#180](https://github.com/googleapis/python-notebooks/issues/180)) ([f3235d9](https://github.com/googleapis/python-notebooks/commit/f3235d98fae31fb5728594131a74466785ac7cc4))

## [1.4.0](https://github.com/googleapis/python-notebooks/compare/v1.3.2...v1.4.0) (2022-07-07)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import setuptools # type: ignore

version = "1.4.0"
version = "1.4.1"

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

Expand Down