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.2.0 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Nov 16, 2020
1 parent 929c44c commit a063ec5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

## [0.2.0](https://www.github.com/googleapis/python-analytics-data/compare/v0.1.0...v0.2.0) (2020-11-16)


### Features

* add support for realtime reports ([#12](https://www.github.com/googleapis/python-analytics-data/issues/12)) ([929c44c](https://www.github.com/googleapis/python-analytics-data/commit/929c44c466fa1cb08255c0be730b2a9d1d2e2c04)), closes [/github.com/googleapis/python-talent/blob/ef045e8eb348db36d7a2a611e6f26b11530d273b/samples/snippets/noxfile_config.py#L27-L32](https://www.github.com/googleapis//github.com/googleapis/python-talent/blob/ef045e8eb348db36d7a2a611e6f26b11530d273b/samples/snippets/noxfile_config.py/issues/L27-L32)


### Documentation

* added a sample ([#7](https://www.github.com/googleapis/python-analytics-data/issues/7)) ([a4bcc31](https://www.github.com/googleapis/python-analytics-data/commit/a4bcc3147efd800b2ef754fe1af27361842e7cdc))

## 0.1.0 (2020-09-14)


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

version = "0.1.0"
version = "0.2.0"

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

Expand Down

0 comments on commit a063ec5

Please sign in to comment.