Skip to content

Commit

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

### Bug Fixes

* **Worker:** Copy into subdir ([09b49b8](09b49b8))

### Features

* **Worker:** Add  groundsman for preparing a snapshot session ([0703ad9](0703ad9))
  • Loading branch information
stencila-ci committed Mar 1, 2021
1 parent 0703ad9 commit a6fcb71
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.40.0](https://github.com/stencila/hub/compare/v4.39.1...v4.40.0) (2021-03-01)


### Bug Fixes

* **Worker:** Copy into subdir ([09b49b8](https://github.com/stencila/hub/commit/09b49b881f305907124d8a8f9793e4e54bdfdcf6))


### Features

* **Worker:** Add groundsman for preparing a snapshot session ([0703ad9](https://github.com/stencila/hub/commit/0703ad93b35e352191b10e2b5b19119243fb94d5))

## [4.39.1](https://github.com/stencila/hub/compare/v4.39.0...v4.39.1) (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.39.1
packageVersion: 4.40.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.39.1",
"version": "4.40.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.39.1"
__version__ = "4.40.0"

0 comments on commit a6fcb71

Please sign in to comment.