File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
packages/google-cloud-bigquery-reservation Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.6.3] ( https://github.com/googleapis/python-bigquery-reservation/compare/v1.6.2...v1.6.3 ) (2022-06-06)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** deps:** require protobuf <4.0.0dev ([ #271 ] ( https://github.com/googleapis/python-bigquery-reservation/issues/271 ) ) ([ a054642] ( https://github.com/googleapis/python-bigquery-reservation/commit/a054642feccb275527eb803c97d56613cf006670 ) )
9
+
10
+
11
+ ### Documentation
12
+
13
+ * fix changelog header to consistent size ([ #272 ] ( https://github.com/googleapis/python-bigquery-reservation/issues/272 ) ) ([ 2a9c9de] ( https://github.com/googleapis/python-bigquery-reservation/commit/2a9c9deb1ec2afbe469296210c6659276c15379a ) )
14
+
3
15
## [ 1.6.2] ( https://github.com/googleapis/python-bigquery-reservation/compare/v1.6.1...v1.6.2 ) (2022-05-05)
4
16
5
17
Original file line number Diff line number Diff line change 20
20
21
21
import setuptools # type: ignore
22
22
23
- version = "1.6.2 "
23
+ version = "1.6.3 "
24
24
25
25
package_root = os .path .abspath (os .path .dirname (__file__ ))
26
26
You can’t perform that action at this time.
0 commit comments