File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ### [ 0.62.1] ( https://github.com/googleapis/gapic-generator-python/compare/v0.62.0...v0.62.1 ) (2022-02-02)
5
+
6
+
7
+ ### Bug Fixes
8
+
9
+ * ** deps:** require setuptools<=60.5.0 ([ #1179 ] ( https://github.com/googleapis/gapic-generator-python/issues/1179 ) ) ([ fb56af7] ( https://github.com/googleapis/gapic-generator-python/commit/fb56af7cd33931f6747b5ce1fb8502bcbc74dcc7 ) )
10
+
4
11
## [ 0.62.0] ( https://github.com/googleapis/gapic-generator-python/compare/v0.61.0...v0.62.0 ) (2022-01-28)
5
12
6
13
Original file line number Diff line number Diff line change 20
20
21
21
PACKAGE_ROOT = os .path .abspath (os .path .dirname (__file__ ))
22
22
23
- version = "0.62.0 "
23
+ version = "0.62.1 "
24
24
25
25
with io .open (os .path .join (PACKAGE_ROOT , "README.rst" )) as file_obj :
26
26
README = file_obj .read ()
You can’t perform that action at this time.
0 commit comments