Skip to content

Commit

Permalink
chore(release): 4.27.15 [skip ci]
Browse files Browse the repository at this point in the history
## [4.27.15](v4.27.14...v4.27.15) (2021-01-26)

### Bug Fixes

* **Project main file:** Allow authors to set the project's main file ([65bd75c](65bd75c)), closes [#856](#856)
  • Loading branch information
stencila-ci committed Jan 26, 2021
1 parent eb14226 commit 21ff5c9
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.27.15](https://github.com/stencila/hub/compare/v4.27.14...v4.27.15) (2021-01-26)


### Bug Fixes

* **Project main file:** Allow authors to set the project's main file ([65bd75c](https://github.com/stencila/hub/commit/65bd75ca21dd46cb2920305b1a6b8c381ee167da)), closes [#856](https://github.com/stencila/hub/issues/856)

## [4.27.14](https://github.com/stencila/hub/compare/v4.27.13...v4.27.14) (2021-01-25)


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

0 comments on commit 21ff5c9

Please sign in to comment.