Skip to content

Commit

Permalink
chore(release): 4.37.4 [skip ci]
Browse files Browse the repository at this point in the history
## [4.37.4](v4.37.3...v4.37.4) (2021-02-23)

### Bug Fixes

* **Jobs:** Persist secrets until job is ended ([d68d76f](d68d76f))
* **Project sources:** Add access token to response template context ([7b8ab18](7b8ab18))
* **Project sources:** Allow for paths starting with numbers ([e9d3ee9](e9d3ee9))
  • Loading branch information
stencila-ci committed Feb 23, 2021
1 parent 7b8ab18 commit 4cfa9b9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [4.37.4](https://github.com/stencila/hub/compare/v4.37.3...v4.37.4) (2021-02-23)


### Bug Fixes

* **Jobs:** Persist secrets until job is ended ([d68d76f](https://github.com/stencila/hub/commit/d68d76ff14c71a5ffb8814009f5bc9fba733c326))
* **Project sources:** Add access token to response template context ([7b8ab18](https://github.com/stencila/hub/commit/7b8ab18abcdaebc3ea9586899130fcc035de8b6e))
* **Project sources:** Allow for paths starting with numbers ([e9d3ee9](https://github.com/stencila/hub/commit/e9d3ee97808353a514173b5c8661be2e4e7e61be))

## [4.37.3](https://github.com/stencila/hub/compare/v4.37.2...v4.37.3) (2021-02-22)


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.37.3
packageVersion: 4.37.4
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.37.3",
"version": "4.37.4",
"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.37.3"
__version__ = "4.37.4"

0 comments on commit 4cfa9b9

Please sign in to comment.