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

Commit

Permalink
chore(main): release 0.7.1 (#171)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Aug 15, 2022
1 parent 97d5284 commit db629a6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

## [0.7.1](https://github.com/googleapis/python-recommendations-ai/compare/v0.7.0...v0.7.1) (2022-08-11)


### Bug Fixes

* **deps:** allow protobuf < 5.0.0 ([#170](https://github.com/googleapis/python-recommendations-ai/issues/170)) ([97d5284](https://github.com/googleapis/python-recommendations-ai/commit/97d52849e30a8539c0f26629c9de2eb16d270a58))
* **deps:** require proto-plus >= 1.22.0 ([97d5284](https://github.com/googleapis/python-recommendations-ai/commit/97d52849e30a8539c0f26629c9de2eb16d270a58))

## [0.7.0](https://github.com/googleapis/python-recommendations-ai/compare/v0.6.2...v0.7.0) (2022-07-13)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@
import os
import setuptools # type: ignore

version = "0.7.0"
version = "0.7.1"

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

Expand Down

0 comments on commit db629a6

Please sign in to comment.