Skip to content

Commit

Permalink
Release prep 1.1 (#210)
Browse files Browse the repository at this point in the history
* Update CHANGELOG for 1.1 release

* Set version for 1.1 release
  • Loading branch information
mbmilligan authored Apr 7, 2021
1 parent 9ecccb6 commit b5ede01
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## unreleased changes
## v1.1

Added (user)

Expand All @@ -9,13 +9,17 @@ Added (user)

Added (developer)

* PR #187: support for unknown job state

Changed

* PR #177: Fail on first error in batch script by setting `set -e` to script templates.
* PR #165: SlurmSpawner: Update template to use `--chdir` instead of `--workdir`. Users of Slurm older than 17.11 may need to revert this locally.

Fixed

* PR #189: remove bashism from default script template
* PR #195: fix exception handling in run_command
* PR #198: change from Travis to gh-actions for testing
* PR #196: documentation
* PR #199: update setup.py

## v1.0 (requires minimum JupyterHub 0.9 and Python 3.5)

Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
1,
1,
0,
'dev', # comment-out this line for a release
# 'dev', # comment-out this line for a release
)
__version__ = '.'.join(map(str, version_info))

0 comments on commit b5ede01

Please sign in to comment.