8000 chore: release 1.3.0 (#88) · googleapis/google-cloud-python@b3749d1 · GitHub
[go: up one dir, main page]

Skip to content

Commit b3749d1

Browse files
1 parent 3bc2b1c commit b3749d1

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

packages/google-cloud-billing/CHANGELOG.md

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

3+
## [1.3.0](https://www.github.com/googleapis/python-billing/compare/v1.2.1...v1.3.0) (2021-07-01)
4+
5+
6+
### Features
7+
8+
* add always_use_jwt_access ([#86](https://www.github.com/googleapis/python-billing/issues/86)) ([7ff02d6](https://www.github.com/googleapis/python-billing/commit/7ff02d68336e9a5d51dba0e03e6e9332d6080cf9))
9+
10+
11+
### Bug Fixes
12+
13+
* disable always_use_jwt_access ([cff1d3e](https://www.github.com/googleapis/python-billing/commit/cff1d3e7d191321914003bc1d677954bfea49304))
14+
* disable always_use_jwt_access ([#93](https://www.github.com/googleapis/python-billing/issues/93)) ([cff1d3e](https://www.github.com/googleapis/python-billing/commit/cff1d3e7d191321914003bc1d677954bfea49304))
15+
16+
17+
### Documentation
18+
19+
* include client library documentation in README.rst ([#91](https://www.github.com/googleapis/python-billing/issues/91)) ([3a6999d](https://www.github.com/googleapis/python-billing/commit/3a6999d6196f8d5ea1a92f4304c60fd3c2cc549c))
20+
* omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://www.github.com/googleapis/python-billing/issues/1127)) ([#82](https://www.github.com/googleapis/python-billing/issues/82)) ([634d7b0](https://www.github.com/googleapis/python-billing/commit/634d7b01fba7d834b0acfd3a2ee1357260f0b695))
21+
322
### [1.2.1](https://www.github.com/googleapis/python-billing/compare/v1.2.0...v1.2.1) (2021-06-16)
423

524

packages/google-cloud-billing/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 = "1.2.1"
22+
version = "1.3.0"
2323

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

0 commit comments

Comments
 (0)
0