This commit is contained in:
Min RK
2020-10-16 10:13:46 +02:00
parent 1aa21f1d6c
commit f66e5d35b5
2 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ Highlights:
<!-- FIXME: update to this ref prior to release --> <!-- FIXME: update to this ref prior to release -->
<!-- ([full changelog](https://github.com/jupyterhub/jupyterhub/compare/1.1.0...1.2.0)) --> <!-- ([full changelog](https://github.com/jupyterhub/jupyterhub/compare/1.1.0...1.2.0)) -->
([full changelog](https://github.com/jupyterhub/jupyterhub/compare/1.1.0...f8cbda9c3c8382c3331ba3c8bac07f0bd8bfb623)) ([full changelog](https://github.com/jupyterhub/jupyterhub/compare/1.1.0...1.2.0b1))
#### Enhancements made #### Enhancements made

View File

@@ -6,8 +6,8 @@ version_info = (
1, 1,
2, 2,
0, 0,
# "", # release (b1, rc1, or "" for final or dev) "b1", # 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 # pep 440 version: no dot before beta/rc, but before .dev