diff --git a/CHANGELOG.md b/CHANGELOG.md index 2596c01de..c748cf5f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.36.3](https://github.com/stencila/hub/compare/v4.36.2...v4.36.3) (2021-02-18) + + +### Bug Fixes + +* **Clean job:** Make more robust ([3834eb7](https://github.com/stencila/hub/commit/3834eb791c72ffa9ae170e0df051147a3730e464)), closes [#1023](https://github.com/stencila/hub/issues/1023) + ## [4.36.2](https://github.com/stencila/hub/compare/v4.36.1...v4.36.2) (2021-02-18) diff --git a/clients/python/.openapi-generator-config.yaml b/clients/python/.openapi-generator-config.yaml index 8d0eb00c8..cb79a31f0 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.36.2 +packageVersion: 4.36.3 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 98a741f0b..3b953bb0a 100644 --- a/clients/typescript/package.json +++ b/clients/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@stencila/hub-client", - "version": "4.36.2", + "version": "4.36.3", "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 594992da3..77c5dc5b2 100644 --- a/manager/manager/version.py +++ b/manager/manager/version.py @@ -1 +1 @@ -__version__ = "4.36.2" +__version__ = "4.36.3"