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

chore(main): release 0.13.1 #259

Merged
merged 1 commit into from
Jul 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.13.1](https://github.com/googleapis/python-analytics-data/compare/v0.13.0...v0.13.1) (2022-07-19)


### Documentation

* **samples:** add runFunnelReport sample ([#258](https://github.com/googleapis/python-analytics-data/issues/258)) ([af9d130](https://github.com/googleapis/python-analytics-data/commit/af9d1300e296a60b86f12021c133d2eb7a4f71c1))

## [0.13.0](https://github.com/googleapis/python-analytics-data/compare/v0.12.1...v0.13.0) (2022-07-17)


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.13.0"
version = "0.13.1"

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

Expand Down