Skip to content

Commit

Permalink
chore(release): 4.33.2 [skip ci]
Browse files Browse the repository at this point in the history
## [4.33.2](v4.33.1...v4.33.2) (2021-02-10)

### Bug Fixes

* **dev deps:** update dependency @stencila/thema to v2.20.14 ([#1004](#1004)) ([89a76f4](89a76f4))
  • Loading branch information
stencila-ci committed Feb 10, 2021
1 parent 89a76f4 commit 704bcf2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.33.2](https://github.com/stencila/hub/compare/v4.33.1...v4.33.2) (2021-02-10)


### Bug Fixes

* **dev deps:** update dependency @stencila/thema to v2.20.14 ([#1004](https://github.com/stencila/hub/issues/1004)) ([89a76f4](https://github.com/stencila/hub/commit/89a76f4920a0362efcb1a1f8557a5fc308e3b20c))

## [4.33.1](https://github.com/stencila/hub/compare/v4.33.0...v4.33.1) (2021-02-10)


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.33.1
packageVersion: 4.33.2
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.33.1",
"version": "4.33.2",
"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/themes.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from manager.helpers import EnumChoice

# The version of Thema to use
version = "2.20.13"
version = "2.20.14"


class Themes(EnumChoice):
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.33.1"
__version__ = "4.33.2"

0 comments on commit 704bcf2

Please sign in to comment.