From ac4dc583ff87ed0a5d8f51b8b68f5a407c7a6b95 Mon Sep 17 00:00:00 2001 From: Stencila CI Bot Date: Thu, 19 Aug 2021 16:08:43 +0000 Subject: [PATCH] chore(release): 4.47.12 [skip ci] ## [4.47.12](https://github.com/stencila/hub/compare/v4.47.11...v4.47.12) (2021-08-19) ### Bug Fixes * **Deps:** Update publishing dependencies ([93f226f](https://github.com/stencila/hub/commit/93f226f8eacf7f481a8c989d79767323c06f0f3a)) --- CHANGELOG.md | 7 +++++++ clients/python/.openapi-generator-config.yaml | 2 +- clients/typescript/package.json | 2 +- manager/manager/version.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 231637657..9c61fdb15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.47.12](https://github.com/stencila/hub/compare/v4.47.11...v4.47.12) (2021-08-19) + + +### Bug Fixes + +* **Deps:** Update publishing dependencies ([93f226f](https://github.com/stencila/hub/commit/93f226f8eacf7f481a8c989d79767323c06f0f3a)) + ## [4.47.11](https://github.com/stencila/hub/compare/v4.47.10...v4.47.11) (2021-08-19) diff --git a/clients/python/.openapi-generator-config.yaml b/clients/python/.openapi-generator-config.yaml index b6528d323..1ddf501fe 100644 --- a/clients/python/.openapi-generator-config.yaml +++ b/clients/python/.openapi-generator-config.yaml @@ -1,7 +1,7 @@ templateDir: python/templates packageName: 'stencila.hub' packageUrl: https://pypi.org/project/stencila.hub/ -packageVersion: 4.47.11 +packageVersion: 4.47.12 infoName: Stencila and contributors infoEmail: hello@stenci.la licenseInfo: Apache 2.0 diff --git a/clients/typescript/package.json b/clients/typescript/package.json index 74212c819..ffaac95c3 100644 --- a/clients/typescript/package.json +++ b/clients/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@stencila/hub-client", - "version": "4.47.11", + "version": "4.47.12", "description": "Client for the Stencila Hub API", "repository": "https://github.com/stencila/hub", "author": "Stencila and contributors", diff --git a/manager/manager/version.py b/manager/manager/version.py index d6e7867a7..beea663d3 100644 --- a/manager/manager/version.py +++ b/manager/manager/version.py @@ -1 +1 @@ -__version__ = "4.47.11" +__version__ = "4.47.12"