Skip to content

Commit

Permalink
chore(release): 4.29.3 [skip ci]
Browse files Browse the repository at this point in the history
## [4.29.3](v4.29.2...v4.29.3) (2021-01-31)

### Bug Fixes

* **deps:** pin dependency pyjwt to ==1.7.1 ([9c56bc5](9c56bc5))
* **deps:** update dependency bulma to v0.9.2 ([e789f79](e789f79))
* **deps:** update dependency dj-stripe to v2.4.2 ([7f618f1](7f618f1))
* **deps:** update dependency django-cors-headers to v3.7.0 ([07235ed](07235ed))
* **deps:** update dependency setuptools to v52 ([4aa3ce7](4aa3ce7))
* **deps:** update dependency stencila-schema to v1 ([d634068](d634068))
* **deps:** update dependency urllib3 to v1.26.3 ([da28748](da28748))
  • Loading branch information
stencila-ci committed Jan 31, 2021
1 parent 030e47c commit f349ce4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [4.29.3](https://github.com/stencila/hub/compare/v4.29.2...v4.29.3) (2021-01-31)


### Bug Fixes

* **deps:** pin dependency pyjwt to ==1.7.1 ([9c56bc5](https://github.com/stencila/hub/commit/9c56bc5c8d03964b568abce9e60d1a075079de4b))
* **deps:** update dependency bulma to v0.9.2 ([e789f79](https://github.com/stencila/hub/commit/e789f796da9d7759377b30f40c550a3e91542064))
* **deps:** update dependency dj-stripe to v2.4.2 ([7f618f1](https://github.com/stencila/hub/commit/7f618f16fbeec9da919a20a033e386d938fa8ad3))
* **deps:** update dependency django-cors-headers to v3.7.0 ([07235ed](https://github.com/stencila/hub/commit/07235ed3c4619532d3d9b142aa9d3c03829c6337))
* **deps:** update dependency setuptools to v52 ([4aa3ce7](https://github.com/stencila/hub/commit/4aa3ce728f52ef7360ae81b9f48a44e892f8b429))
* **deps:** update dependency stencila-schema to v1 ([d634068](https://github.com/stencila/hub/commit/d634068935757727d96e344872860e40cde868c9))
* **deps:** update dependency urllib3 to v1.26.3 ([da28748](https://github.com/stencila/hub/commit/da28748ad258d23332d70ae4b1908ba3d9c84076))

## [4.29.2](https://github.com/stencila/hub/compare/v4.29.1...v4.29.2) (2021-01-30)


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

0 comments on commit f349ce4

Please sign in to comment.