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

Commit

Permalink
chore: release 0.4.0 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Oct 7, 2021
1 parent 5df0cf1 commit 6a1cb3b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

## [0.4.0](https://www.github.com/googleapis/python-recommendations-ai/compare/v0.3.3...v0.4.0) (2021-10-07)


### Features

* add context manager support in client ([#93](https://www.github.com/googleapis/python-recommendations-ai/issues/93)) ([5df0cf1](https://www.github.com/googleapis/python-recommendations-ai/commit/5df0cf1696c5908faa079ae702d6da4c36bd3f72))


### Bug Fixes

* improper types in pagers generation ([2d73287](https://www.github.com/googleapis/python-recommendations-ai/commit/2d732875566d49e9eed8702a40120c427222d529))

### [0.3.3](https://www.github.com/googleapis/python-recommendations-ai/compare/v0.3.2...v0.3.3) (2021-09-24)


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

version = "0.3.3"
version = "0.4.0"

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

Expand Down

0 comments on commit 6a1cb3b

Please sign in to comment.