Skip to content

Commit

Permalink
chore(release): 4.44.9 [skip ci]
Browse files Browse the repository at this point in the history
## [4.44.9](v4.44.8...v4.44.9) (2021-03-27)

### Bug Fixes

* **deps:** update dependency bulma-toast to v2.3.0 ([df15b0a](df15b0a))
* **deps:** update dependency djangorestframework to v3.12.4 ([27e9f7e](27e9f7e))
* **deps:** update dependency google-api-python-client to v2 ([de8b13e](de8b13e))
* **deps:** update dependency google-cloud-storage to v1.37.0 ([1a70f2c](1a70f2c))
* **deps:** update dependency stencila-schema to v1.1.4 ([e9a0706](e9a0706))
  • Loading branch information
stencila-ci committed Mar 27, 2021
1 parent 13a7318 commit 7577509
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [4.44.9](https://github.com/stencila/hub/compare/v4.44.8...v4.44.9) (2021-03-27)


### Bug Fixes

* **deps:** update dependency bulma-toast to v2.3.0 ([df15b0a](https://github.com/stencila/hub/commit/df15b0a9b7ac80412af4fee4cb522bf39b508834))
* **deps:** update dependency djangorestframework to v3.12.4 ([27e9f7e](https://github.com/stencila/hub/commit/27e9f7e90c63b8278af05f62e60ac67923047808))
* **deps:** update dependency google-api-python-client to v2 ([de8b13e](https://github.com/stencila/hub/commit/de8b13e3d1375bc91598e02321a9b617b058c1c2))
* **deps:** update dependency google-cloud-storage to v1.37.0 ([1a70f2c](https://github.com/stencila/hub/commit/1a70f2c7e8506cc19f053d090e0c01d3394bc80f))
* **deps:** update dependency stencila-schema to v1.1.4 ([e9a0706](https://github.com/stencila/hub/commit/e9a0706f3c0bde40ecb81316abc6721e5fe9648e))

## [4.44.8](https://github.com/stencila/hub/compare/v4.44.7...v4.44.8) (2021-03-24)


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

0 comments on commit 7577509

Please sign in to comment.