Skip to content

Commit

Permalink
chore: release main (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 7939a73 commit b9ba328
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "1.13.0",
".": "1.13.1",
"packages/api-explorer": "0.9.17",
"packages/code-editor": "0.1.8",
"packages/extension-api-explorer": "21.12.0",
Expand All @@ -14,5 +14,5 @@
"packages/sdk-node": "21.12.0",
"packages/sdk-rtl": "21.0.19",
"packages/wholly-sheet": "0.5.15",
"python": "21.12.0"
"python": "21.12.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [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)


### Bug Fixes

* 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))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"license": "MIT",
"name": "sdk-codegen-all",
"version": "1.13.0",
"version": "1.13.1",
"description": "All workspaces for SDK code generation",
"author": "Looker",
"private": true,
Expand Down
7 changes: 7 additions & 0 deletions python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### [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)


### Bug Fixes

* 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))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion python/looker_sdk/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

__version__ = "21.12.0"
__version__ = "21.12.1"

0 comments on commit b9ba328

Please sign in to comment.