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.5.0 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Oct 25, 2021
1 parent 29a6a76 commit 539fb10
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.5.0](https://www.github.com/googleapis/python-recommendations-ai/compare/v0.4.0...v0.5.0) (2021-10-18)


### Features

* add support for python 3.10 ([#97](https://www.github.com/googleapis/python-recommendations-ai/issues/97)) ([a2ee110](https://www.github.com/googleapis/python-recommendations-ai/commit/a2ee11019a0a25d7664b083555208baa78c826e8))


### Documentation

* fix docstring formatting ([#99](https://www.github.com/googleapis/python-recommendations-ai/issues/99)) ([29a6a76](https://www.github.com/googleapis/python-recommendations-ai/commit/29a6a76df66c4e2fd1fc2aa9ac8e7f98de5745e8))

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


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

version = "0.4.0"
version = "0.5.0"

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

Expand Down

0 comments on commit 539fb10

Please sign in to comment.