File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## unreleased changes
3+ ## v1.1
44
55Added (user)
66
@@ -9,13 +9,17 @@ Added (user)
99
1010Added (developer)
1111
12+ * PR #187 : support for unknown job state
13+
1214Changed
1315
1416* PR #177 : Fail on first error in batch script by setting ` set -e ` to script templates.
1517* PR #165 : SlurmSpawner: Update template to use ` --chdir ` instead of ` --workdir ` . Users of Slurm older than 17.11 may need to revert this locally.
16-
17- Fixed
18-
18+ * PR #189 : remove bashism from default script template
19+ * PR #195 : fix exception handling in run_command
20+ * PR #198 : change from Travis to gh-actions for testing
21+ * PR #196 : documentation
22+ * PR #199 : update setup.py
1923
2024## v1.0 (requires minimum JupyterHub 0.9 and Python 3.5)
2125
Original file line number Diff line number Diff line change 55 1 ,
66 1 ,
77 0 ,
8- 'dev' , # comment-out this line for a release
8+ # 'dev', # comment-out this line for a release
99)
1010__version__ = '.' .join (map (str , version_info ))
1111
You can’t perform that action at this time.
0 commit comments