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

Commit ddc0e8a

Browse files
1 parent 2d535da commit ddc0e8a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [1.0.0](https://www.github.com/googleapis/python-retail/compare/v0.4.2...v1.0.0) (2021-08-25)
4+
5+
6+
### Features
7+
8+
* update grpc service config settings to reflect correct API deadlines ([#82](https://www.github.com/googleapis/python-retail/issues/82)) ([2d535da](https://www.github.com/googleapis/python-retail/commit/2d535dabd51ea101663d45d20b8fe125701a61d3))
9+
10+
11+
### Documentation
12+
13+
* Keep the API doc up-to-date ([#80](https://www.github.com/googleapis/python-retail/issues/80)) ([a77f0ea](https://www.github.com/googleapis/python-retail/commit/a77f0ea03ab1d5a2cb976bb2bff3739c15026558))
14+
315
### [0.4.2](https://www.github.com/googleapis/python-retail/compare/v0.4.1...v0.4.2) (2021-08-04)
416

517

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.2"
22+
version = "1.0.0"
2323

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

0 commit comments

Comments
 (0)