8000 chore: release 0.5.0 (#98) · googleapis/google-cloud-python@f6c8d47 · GitHub
[go: up one dir, main page]

Skip to content

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/google-cloud-recommendations-ai/CHANGELOG.md

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

3+
## [0.5.0](https://www.github.com/googleapis/python-recommendations-ai/compare/v0.4.0...v0.5.0) (2021-10-18)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Documentation
12+
13+
* 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))
14+
315
## [0.4.0](https://www.github.com/googleapis/python-recommendations-ai/compare/v0.3.3...v0.4.0) (2021-10-07)
416

517

packages/google-cloud-recommendations-ai/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 = "0.4.0"
22+
version = "0.5.0"
2323

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

0 commit comments

Comments
 (0)
0