Skip to content

Commit

Permalink
chore(release): 4.41.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.41.0](v4.40.0...v4.41.0) (2021-03-01)

### Bug Fixes

* **Groundsman:** DOn't use entrypoint ([20e3347](20e3347))

### Features

* **Sessions:** Snapshot sessions use archive ([e9edc80](e9edc80))
  • Loading branch information
stencila-ci committed Mar 1, 2021
1 parent e9edc80 commit ea874c4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion clients/python/.openapi-generator-config.yaml
Original file line number Diff line number Diff line change
@@ -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: [email protected]
licenseInfo: Apache 2.0
2 changes: 1 addition & 1 deletion clients/typescript/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion manager/manager/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.40.0"
__version__ = "4.41.0"

0 comments on commit ea874c4

Please sign in to comment.