Skip to content

Commit

Permalink
chore(release): 4.21.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.21.1](v4.21.0...v4.21.1) (2020-11-22)

### Bug Fixes

* **Manager:** Do not ignore DOIs folder ([2ffe6c5](2ffe6c5))
  • Loading branch information
stencila-ci committed Nov 22, 2020
1 parent 2ffe6c5 commit 3fded69
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.21.1](https://github.com/stencila/hub/compare/v4.21.0...v4.21.1) (2020-11-22)


### Bug Fixes

* **Manager:** Do not ignore DOIs folder ([2ffe6c5](https://github.com/stencila/hub/commit/2ffe6c5af5a0d386a22ced91e13d3406f6ab3ca3))

# [4.21.0](https://github.com/stencila/hub/compare/v4.20.3...v4.21.0) (2020-11-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.21.0
packageVersion: 4.21.1
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.21.0",
"version": "4.21.1",
"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.21.0"
__version__ = "4.21.1"

0 comments on commit 3fded69

Please sign in to comment.