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

Commit a063ec5

Browse files
1 parent 929c44c commit a063ec5

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+
## [0.2.0](https://www.github.com/googleapis/python-analytics-data/compare/v0.1.0...v0.2.0) (2020-11-16)
4+
5+
6+
### Features
7+
8+
* 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)
9+
10+
11+
### Documentation
12+
13+
* 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))
14+
315
## 0.1.0 (2020-09-14)
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.1.0"
22+
version = "0.2.0"
2323

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

0 commit comments

Comments
 (0)