File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ### [ 1.3.1] ( https://www.github.com/googleapis/python-functions/compare/v1.3.0...v1.3.1 ) (2021-11-01)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** deps:** drop packaging dependency ([ 7076c62] ( https://www.github.com/googleapis/python-functions/commit/7076c62bf0d9ba93c1ad2726978224f1f7402ab9 ) )
9
+ * ** deps:** require google-api-core >= 1.28.0 ([ 7076c62] ( https://www.github.com/googleapis/python-functions/commit/7076c62bf0d9ba93c1ad2726978224f1f7402ab9 ) )
10
+
11
+
12
+ ### Documentation
13
+
14
+ * list oneofs in docstring ([ 7076c62] ( https://www.github.com/googleapis/python-functions/commit/7076c62bf0d9ba93c1ad2726978224f1f7402ab9 ) )
15
+
3
16
## [ 1.3.0] ( https://www.github.com/googleapis/python-functions/compare/v1.2.0...v1.3.0 ) (2021-10-21)
4
17
5
18
Original file line number Diff line number Diff line change 19
19
import os
20
20
import setuptools # type: ignore
21
21
22
- version = "1.3.0 "
22
+ version = "1.3.1 "
23
23
24
24
package_root = os .path .abspath (os .path .dirname (__file__ ))
25
25
You can’t perform that action at this time.
0 commit comments