Skip to content

Commit 6505319

Browse files
chore: release 0.5.0 (#61)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 97cf3eb commit 6505319

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

packages/google-analytics-data/CHANGELOG.md

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

3+
## [0.5.0](https://www.github.com/googleapis/python-analytics-data/compare/v0.4.1...v0.5.0) (2021-04-01)
4+
5+
6+
### Features
7+
8+
* add `kind` field which is used to distinguish between response types ([#60](https://www.github.com/googleapis/python-analytics-data/issues/60)) ([83f1fc1](https://www.github.com/googleapis/python-analytics-data/commit/83f1fc1af4baa799d3f457127ef2fe687b0aa49d))
9+
* add `potentially_thresholded_requests_per_hour` field to `PropertyQuota` ([83f1fc1](https://www.github.com/googleapis/python-analytics-data/commit/83f1fc1af4baa799d3f457127ef2fe687b0aa49d))
10+
11+
12+
### Documentation
13+
14+
* update quickstart samples to support the Data API v1 beta ([#50](https://www.github.com/googleapis/python-analytics-data/issues/50)) ([ad51cf2](https://www.github.com/googleapis/python-analytics-data/commit/ad51cf28f6c3e306780ca48eb26299b4158068ad))
15+
* update region tag names to match the convention ([#55](https://www.github.com/googleapis/python-analytics-data/issues/55)) ([747f551](https://www.github.com/googleapis/python-analytics-data/commit/747f551c4b3a2f5b3d4602788b8f9c19cbd9904b))
16+
317
### [0.4.1](https://www.github.com/googleapis/python-analytics-data/compare/v0.4.0...v0.4.1) (2021-03-16)
418

519

packages/google-analytics-data/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.1"
22+
version = "0.5.0"
2323

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

0 commit comments

Comments
 (0)