Skip to content

Commit

Permalink
chore(release): 4.27.10 [skip ci]
Browse files Browse the repository at this point in the history
## [4.27.10](v4.27.9...v4.27.10) (2021-01-12)

### Bug Fixes

* **deps:** update dependency @stencila/encoda to v0.104.4 ([6ee9ddb](6ee9ddb))
* **deps:** update dependency @stencila/executa to v1.15.6 ([0587b97](0587b97))
* **deps:** update dependency django to v3.1.5 ([df1d734](df1d734))
* **deps:** update dependency django-storages to v1.11.1 ([f6f88b0](f6f88b0))
* **deps:** update dependency htmx.org to v1.1.0 ([4baab8b](4baab8b))
* **deps:** update dependency pillow to v8.1.0 ([558dc2a](558dc2a))
* **deps:** update dependency pygithub to v1.54.1 ([9b4aa41](9b4aa41))
* **deps:** update dependency setuptools to v51.1.2 ([2e7f9d7](2e7f9d7))
  • Loading branch information
stencila-ci committed Jan 12, 2021
1 parent 213c9f5 commit 97663d6
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [4.27.10](https://github.com/stencila/hub/compare/v4.27.9...v4.27.10) (2021-01-12)


### Bug Fixes

* **deps:** update dependency @stencila/encoda to v0.104.4 ([6ee9ddb](https://github.com/stencila/hub/commit/6ee9ddb7b0a0f9d552baeaf9d6d15a7a16f2619e))
* **deps:** update dependency @stencila/executa to v1.15.6 ([0587b97](https://github.com/stencila/hub/commit/0587b97f95afc34a4f6f6f4006bf0f0842bdf3a7))
* **deps:** update dependency django to v3.1.5 ([df1d734](https://github.com/stencila/hub/commit/df1d7347ec73f7f32b5ed42f0cf261b4479ed20a))
* **deps:** update dependency django-storages to v1.11.1 ([f6f88b0](https://github.com/stencila/hub/commit/f6f88b0c1233349cdfa8aa0f517ed681abb10b17))
* **deps:** update dependency htmx.org to v1.1.0 ([4baab8b](https://github.com/stencila/hub/commit/4baab8b9b68169113b3c649dc4f880e308b567e9))
* **deps:** update dependency pillow to v8.1.0 ([558dc2a](https://github.com/stencila/hub/commit/558dc2a11f3d0224315321ca9f1c53318cffd634))
* **deps:** update dependency pygithub to v1.54.1 ([9b4aa41](https://github.com/stencila/hub/commit/9b4aa4125ad91ebc65464befa669d434d4fa14c1))
* **deps:** update dependency setuptools to v51.1.2 ([2e7f9d7](https://github.com/stencila/hub/commit/2e7f9d7b9a257685404ecdc1ab43d9d9980cac26))

## [4.27.9](https://github.com/stencila/hub/compare/v4.27.8...v4.27.9) (2020-12-21)


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

0 comments on commit 97663d6

Please sign in to comment.