File tree Expand file tree Collapse file tree 5 files changed +18
-4
lines changed Expand file tree Collapse file tree 5 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.13.0 " ,
2
+ "." : " 1.13.1 " ,
3
3
"packages/api-explorer" : " 0.9.17" ,
4
4
"packages/code-editor" : " 0.1.8" ,
5
5
"packages/extension-api-explorer" : " 21.12.0" ,
14
14
"packages/sdk-node" : " 21.12.0" ,
15
15
"packages/sdk-rtl" : " 21.0.19" ,
16
16
"packages/wholly-sheet" : " 0.5.15" ,
17
- "python" : " 21.12.0 "
17
+ "python" : " 21.12.1 "
18
18
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ### [ 1.13.1] ( https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v1.13.0...sdk-codegen-all-v1.13.1 ) (2021-08-09)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * remove python setup.py author_email ([ #787 ] ( https://www.github.com/looker-open-source/sdk-codegen/issues/787 ) ) ([ 7939a73] ( https://www.github.com/looker-open-source/sdk-codegen/commit/7939a7397c44864e1f48cea7a408ce1bfdef9782 ) )
9
+
3
10
## [ 1.13.0] ( https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v1.12.0...sdk-codegen-all-v1.13.0 ) (2021-08-06)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"license" : " MIT" ,
3
3
"name" : " sdk-codegen-all" ,
4
- "version" : " 1.13.0 " ,
4
+ "version" : " 1.13.1 " ,
5
5
"description" : " All workspaces for SDK code generation" ,
6
6
"author" : " Looker" ,
7
7
"private" : true ,
Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ### [ 21.12.1] ( https://www.github.com/looker-open-source/sdk-codegen/compare/looker_sdk-v21.12.0...looker_sdk-v21.12.1 ) (2021-08-09)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * remove python setup.py author_email ([ #787 ] ( https://www.github.com/looker-open-source/sdk-codegen/issues/787 ) ) ([ 7939a73] ( https://www.github.com/looker-open-source/sdk-codegen/commit/7939a7397c44864e1f48cea7a408ce1bfdef9782 ) )
14
+
8
15
## [ 21.12.0] ( https://www.github.com/looker-open-source/sdk-codegen/compare/looker_sdk-v21.10.1...looker_sdk-v21.12.0 ) (2021-08-06)
9
16
10
17
Original file line number Diff line number Diff line change 20
20
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
21
# THE SOFTWARE.
22
22
23
- __version__ = "21.12.0 "
23
+ __version__ = "21.12.1 "
You can’t perform that action at this time.
0 commit comments