8000 chore(main): release 0.14.0 (#288) · googleapis/python-analytics-data@f6e60ef · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Nov 9, 2024. It is now read-only.

Commit f6e60ef

Browse files
chore(main): release 0.14.0 (#288)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 1e4f58e commit f6e60ef

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## [0.14.0](https://github.com/googleapis/python-analytics-data/compare/v0.13.2...v0.14.0) (2022-09-19)
4+
5+
6+
### Features
7+
8+
* Add support for REST transport ([#290](https://github.com/googleapis/python-analytics-data/issues/290)) ([1e4f58e](https://github.com/googleapis/python-analytics-data/commit/1e4f58e60668dc590e7c91f9997b9eb2bdf0b948))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** require google-api-core>=1.33.1,>=2.8.0 ([1e4f58e](https://github.com/googleapis/python-analytics-data/commit/1e4f58e60668dc590e7c91f9997b9eb2bdf0b948))
14+
* **deps:** require protobuf >= 3.20.1 ([1e4f58e](https://github.com/googleapis/python-analytics-data/commit/1e4f58e60668dc590e7c91f9997b9eb2bdf0b948))
15+
316
## [0.13.2](https://github.com/googleapis/python-analytics-data/compare/v0.13.1...v0.13.2) (2022-08-11)
417

518

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.13.2"
22+
version = "0.14.0"
2323

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

0 commit comments

Comments
 (0)
0