Skip to content

Commit

Permalink
chore(release): 4.27.13 [skip ci]
Browse files Browse the repository at this point in the history
## [4.27.13](v4.27.12...v4.27.13) (2021-01-19)

### Bug Fixes

* **Pricing:** Sort account plans for logged in users ([5e75b9a](5e75b9a))
  • Loading branch information
stencila-ci committed Jan 19, 2021
1 parent 3502e34 commit 823cac9
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.13](https://github.com/stencila/hub/compare/v4.27.12...v4.27.13) (2021-01-19)


### Bug Fixes

* **Pricing:** Sort account plans for logged in users ([5e75b9a](https://github.com/stencila/hub/commit/5e75b9aa6f106ccc157a65377047d8bc816671c2))

## [4.27.12](https://github.com/stencila/hub/compare/v4.27.11...v4.27.12) (2021-01-18)


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

0 comments on commit 823cac9

Please sign in to comment.