From d40d318f381b193fcc41f67deb0c7878a30b5ebd Mon Sep 17 00:00:00 2001 From: Stencila CI Bot Date: Wed, 27 Jan 2021 08:02:01 +0000 Subject: [PATCH] chore(release): 4.29.0 [skip ci] # [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)) --- CHANGELOG.md | 12 ++++++++++++ clients/python/.openapi-generator-config.yaml | 2 +- clients/typescript/package.json | 2 +- manager/manager/version.py | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46d19784c..81008cd4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/clients/python/.openapi-generator-config.yaml b/clients/python/.openapi-generator-config.yaml index f83e20310..7f57a74ae 100644 --- a/clients/python/.openapi-generator-config.yaml +++ b/clients/python/.openapi-generator-config.yaml @@ -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: hello@stenci.la licenseInfo: Apache 2.0 diff --git a/clients/typescript/package.json b/clients/typescript/package.json index 1c8bb4c8c..f0b3a41e5 100644 --- a/clients/typescript/package.json +++ b/clients/typescript/package.json @@ -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", diff --git a/manager/manager/version.py b/manager/manager/version.py index 50c39b97b..674ff206f 100644 --- a/manager/manager/version.py +++ b/manager/manager/version.py @@ -1 +1 @@ -__version__ = "4.28.1" +__version__ = "4.29.0"