mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 06:52:59 +00:00
release 1.4.0
This commit is contained in:
@@ -3,7 +3,7 @@ swagger: "2.0"
|
||||
info:
|
||||
title: JupyterHub
|
||||
description: The REST API for JupyterHub
|
||||
version: 1.2.0dev
|
||||
version: 1.4.0
|
||||
license:
|
||||
name: BSD-3-Clause
|
||||
schemes: [http, https]
|
||||
|
@@ -24,7 +24,7 @@ This is now also configurable via `JupyterHub.oauth_token_expires_in`.
|
||||
The result is that it should be much less likely for auth tokens stored in cookies
|
||||
to expire during the lifetime of a server.
|
||||
|
||||
### 1.4.0
|
||||
### 1.4.0 2021-04-19
|
||||
|
||||
([full changelog](https://github.com/jupyterhub/jupyterhub/compare/1.3.0...1.4.0))
|
||||
|
||||
@@ -1042,7 +1042,8 @@ Fix removal of `/login` page in 0.4.0, breaking some OAuth providers.
|
||||
|
||||
First preview release
|
||||
|
||||
[unreleased]: https://github.com/jupyterhub/jupyterhub/compare/1.3.0...HEAD
|
||||
[unreleased]: https://github.com/jupyterhub/jupyterhub/compare/1.4.0...HEAD
|
||||
[1.4.0]: https://github.com/jupyterhub/jupyterhub/compare/1.3.0...1.4.0
|
||||
[1.3.0]: https://github.com/jupyterhub/jupyterhub/compare/1.2.1...1.3.0
|
||||
[1.2.2]: https://github.com/jupyterhub/jupyterhub/compare/1.2.1...1.2.2
|
||||
[1.2.1]: https://github.com/jupyterhub/jupyterhub/compare/1.2.0...1.2.1
|
||||
|
@@ -7,7 +7,7 @@ version_info = (
|
||||
4,
|
||||
0,
|
||||
"", # release (b1, rc1, or "" for final or dev)
|
||||
"dev", # dev or nothing for beta/rc/stable releases
|
||||
# "dev", # dev or nothing for beta/rc/stable releases
|
||||
)
|
||||
|
||||
# pep 440 version: no dot before beta/rc, but before .dev
|
||||
|
Reference in New Issue
Block a user