Skip to content

Commit

Permalink
chore(release): 4.29.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.29.0](v4.28.1...v4.29.0) (2021-01-27)

### Bug Fixes

* **Account tiers:** Shift down tier prices and summaries ([48e22ec](48e22ec))

### Features

* **Pricing:** Remove notice about Waiting Lists for accounts ([b71de09](b71de09))
  • Loading branch information
stencila-ci committed Jan 27, 2021
1 parent b49a2d9 commit d40d318
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [4.29.0](https://github.com/stencila/hub/compare/v4.28.1...v4.29.0) (2021-01-27)


### Bug Fixes

* **Account tiers:** Shift down tier prices and summaries ([48e22ec](https://github.com/stencila/hub/commit/48e22ec21fb09f7e7337f2483cd7c8bc90ecf6e0))


### Features

* **Pricing:** Remove notice about Waiting Lists for accounts ([b71de09](https://github.com/stencila/hub/commit/b71de090d25cbad9de6b189942a83867d0c6740e))

## [4.28.1](https://github.com/stencila/hub/compare/v4.28.0...v4.28.1) (2021-01-27)


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

0 comments on commit d40d318

Please sign in to comment.