Skip to content

Commit 2fc68b4

Browse files
committed
Setup branch for 0.8.1 release
1 parent 846a900 commit 2fc68b4

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,9 @@ clusters, as well as an option to run a local notebook directly on the jupyterhu
139139

140140
## Changelog
141141

142-
### v0.8 (compatible with JupyterHub 0.5.0 through 0.8.1/0.9dev)
142+
### v0.8.1 (bugfix release)
143+
144+
### v0.8.0 (compatible with JupyterHub 0.5.0 through 0.8.1/0.9dev)
143145

144146
* SlurmSpawner: Remove `--uid` for (at least) Slurm 17.11 compatibility. If you use `sudo`, this should not be necessary, but because this is security related you should check that user management is as you expect. If your configuration does not use `sudo` then you may need to add the `--uid` option in a custom `batch_script`.
145147
* add base options `req_ngpus` `req_partition` `req_account` and `req_options`

version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
version_info = (
55
0,
66
8,
7-
0,
8-
# 'rc0', # comment-out this line for a release
7+
1,
8+
'dev', # comment-out this line for a release
99
)
1010
__version__ = '.'.join(map(str, version_info))
1111

0 commit comments

Comments
 (0)