File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
packages/google-cloud-service-directory 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.4.1] ( https://github.com/googleapis/python-service-directory/compare/v1.4.0...v1.4.1 ) (2022-06-06)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** deps:** require protobuf <4.0.0dev ([ #205 ] ( https://github.com/googleapis/python-service-directory/issues/205 ) ) ([ b693784] ( https://github.com/googleapis/python-service-directory/commit/b6937849043941bf5238e5101f2935a27660e872 ) )
9
+
10
+
11
+ ### Documentation
12
+
13
+ * fix changelog header to consistent size ([ #206 ] ( https://github.com/googleapis/python-service-directory/issues/206 ) ) ([ 73bd664] ( https://github.com/googleapis/python-service-directory/commit/73bd664112df42552cf125c35752001e0a395528 ) )
14
+
3
15
## [ 1.4.0] ( https://github.com/googleapis/python-service-directory/compare/v1.3.1...v1.4.0 ) (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.4.0 "
23
+ version = "1.4.1 "
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