Skip to content

Commit

Permalink
chore(release): 4.47.18 [skip ci]
Browse files Browse the repository at this point in the history
## [4.47.18](v4.47.17...v4.47.18) (2022-01-31)

### Bug Fixes

* **deps:** update dependency django to v3.2.11 [security] ([3387897](3387897))
* **Worker:** Add debugging logs for eLife pull ([c631814](c631814))
  • Loading branch information
stencila-ci committed Jan 31, 2022
1 parent 5c2a915 commit ae70501
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [4.47.18](https://github.com/stencila/hub/compare/v4.47.17...v4.47.18) (2022-01-31)


### Bug Fixes

* **deps:** update dependency django to v3.2.11 [security] ([3387897](https://github.com/stencila/hub/commit/3387897ec79e8b2a5e9fe6d0c8335b0520c22d81))
* **Worker:** Add debugging logs for eLife pull ([c631814](https://github.com/stencila/hub/commit/c63181462e2c8d823573c479d246c2dab1b138be))

## [4.47.17](https://github.com/stencila/hub/compare/v4.47.16...v4.47.17) (2022-01-28)


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.47.17
packageVersion: 4.47.18
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.47.17",
"version": "4.47.18",
"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/components.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by generate.js. Commit this file, but do not edit it.

# The version of @stencila/components to use
version = "0.41.7"
version = "0.50.3"
2 changes: 1 addition & 1 deletion manager/manager/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.47.17"
__version__ = "4.47.18"

0 comments on commit ae70501

Please sign in to comment.