diff --git a/CHANGELOG.md b/CHANGELOG.md index 10f134aa3..6fb48e5ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [4.41.0](https://github.com/stencila/hub/compare/v4.40.0...v4.41.0) (2021-03-01) + + +### Bug Fixes + +* **Groundsman:** DOn't use entrypoint ([20e3347](https://github.com/stencila/hub/commit/20e33475711c6f0f0590b6af066538efba127ea4)) + + +### Features + +* **Sessions:** Snapshot sessions use archive ([e9edc80](https://github.com/stencila/hub/commit/e9edc80287b97e84ad19fd562315c46ae2b18945)) + # [4.40.0](https://github.com/stencila/hub/compare/v4.39.1...v4.40.0) (2021-03-01) diff --git a/clients/python/.openapi-generator-config.yaml b/clients/python/.openapi-generator-config.yaml index 35dbd85e7..3db3db8c3 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.40.0 +packageVersion: 4.41.0 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 16b3cac25..2ee899cc6 100644 --- a/clients/typescript/package.json +++ b/clients/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@stencila/hub-client", - "version": "4.40.0", + "version": "4.41.0", "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 16e2ea073..84d9568c6 100644 --- a/manager/manager/version.py +++ b/manager/manager/version.py @@ -1 +1 @@ -__version__ = "4.40.0" +__version__ = "4.41.0"