Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
chore: release 0.7.0 (#98)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\*
---
## [0.7.0](https://github.com/googleapis/python-analytics-data/compare/v0.6.1...v0.7.0) (2021-07-10)


### Features

* add `minute_ranges` field to `RunRealtimeReportRequest` object  ([#101](https://github.com/googleapis/python-analytics-data/issues/101)) ([8523e6a](https://github.com/googleapis/python-analytics-data/commit/8523e6ad87f126766576d71b05d68478960bd10b))
* add always_use_jwt_access ([1678019](https://github.com/googleapis/python-analytics-data/commit/16780195811dd93333afe6e27b674dd5e78705a3))


### Bug Fixes

* disable always_use_jwt_access ([#97](https://github.com/googleapis/python-analytics-data/issues/97)) ([1678019](https://github.com/googleapis/python-analytics-data/commit/16780195811dd93333afe6e27b674dd5e78705a3))


### Documentation

* document the increase of the number of allowed dimensions in a report query ([8523e6a](https://github.com/googleapis/python-analytics-data/commit/8523e6ad87f126766576d71b05d68478960bd10b))
* omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://github.com/googleapis/python-analytics-data/issues/1127)) ([#87](https://github.com/googleapis/python-analytics-data/issues/87)) ([6e30719](https://github.com/googleapis/python-analytics-data/commit/6e30719c4158c0e2e7580bff373e94cf7dd91475)), closes [#1126](https://github.com/googleapis/python-analytics-data/issues/1126)
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Jul 12, 2021
1 parent 8523e6a commit 36a575c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.7.0](https://github.com/googleapis/python-analytics-data/compare/v0.6.1...v0.7.0) (2021-07-10)


### Features

* add `minute_ranges` field to `RunRealtimeReportRequest` object ([#101](https://github.com/googleapis/python-analytics-data/issues/101)) ([8523e6a](https://github.com/googleapis/python-analytics-data/commit/8523e6ad87f126766576d71b05d68478960bd10b))
* add always_use_jwt_access ([1678019](https://github.com/googleapis/python-analytics-data/commit/16780195811dd93333afe6e27b674dd5e78705a3))


### Bug Fixes

* disable always_use_jwt_access ([#97](https://github.com/googleapis/python-analytics-data/issues/97)) ([1678019](https://github.com/googleapis/python-analytics-data/commit/16780195811dd93333afe6e27b674dd5e78705a3))


### Documentation

* document the increase of the number of allowed dimensions in a report query ([8523e6a](https://github.com/googleapis/python-analytics-data/commit/8523e6ad87f126766576d71b05d68478960bd10b))
* omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://github.com/googleapis/python-analytics-data/issues/1127)) ([#87](https://github.com/googleapis/python-analytics-data/issues/87)) ([6e30719](https://github.com/googleapis/python-analytics-data/commit/6e30719c4158c0e2e7580bff373e94cf7dd91475)), closes [#1126](https://github.com/googleapis/python-analytics-data/issues/1126)

### [0.6.1](https://github.com/googleapis/python-analytics-data/compare/v0.6.0...v0.6.1) (2021-06-16)


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

version = "0.6.1"
version = "0.7.0"

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

Expand Down

0 comments on commit 36a575c

Please sign in to comment.