-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [4.38.0](v4.37.6...v4.38.0) (2021-02-27) ### Bug Fixes * **API tokens:** Improve robustness of name parsing ([a3ab203](a3ab203)) * **API tokens:** Require user to verify email address for OpenID authentication ([0208ff7](0208ff7)) * **Settings:** Use correct setting key ([9618a19](9618a19)) ### Features * **Social tokens:** Allow for tokens to be refreshed ([ae3aabb](ae3aabb)) * **Social tokens:** Allow tokens to be refreshed using header in API requests ([cb2a594](cb2a594))
- Loading branch information
1 parent
28f9d4a
commit 55678fd
Showing
4 changed files
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.37.6 | ||
packageVersion: 4.38.0 | ||
infoName: Stencila and contributors | ||
infoEmail: [email protected] | ||
licenseInfo: Apache 2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "4.37.6" | ||
__version__ = "4.38.0" |