Skip to content

Commit

Permalink
QHub version 0.3.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
costrouc committed May 7, 2021
1 parent ceb4621 commit caad7ea
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@

### Bug fixes

## Release 0.3.11 - 05/07/2021

### Breaking changes

### Feature changes and enhancements

- better validation messages on github auto provisioning

### Bug fixes

- removing default values from pydantic schema which caused invalid yaml files to unexpectly pass validation
- make kubespawner_override.environment overriadable (prior changes were overwritten)

## Release 0.3.10 - 05/06/2021

### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion qhub/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.3.10"
__version__ = "0.3.11"

if __name__ == "__main__":
print(__version__, end="")

0 comments on commit caad7ea

Please sign in to comment.