Skip to content

Commit

Permalink
release v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbmilligan committed Jul 21, 2020
1 parent 33b4a7b commit 1b5480e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Changelog

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

Added (user)

* Add support for JupyterHub named servers. #167
* Add Jinja2 templating as an option for all scripts and commands. If '{{' or `{%` is used anywhere in the string, it is used as a jinja2 template.
* Add new option exec_prefix, which defaults to `sudo -E -u {username}`. This replaces explicit `sudo` in every batch command - changes in local commands may be needed.
* New option: `req_keepvars_extra`, which allows keeping extra variables in addition to what is defined by JupyterHub itself (addition of variables to keep instead of replacement). #99
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,
0,
0,
'rc0', # comment-out this line for a release
# 'rc0', # comment-out this line for a release
)
__version__ = '.'.join(map(str, version_info))

0 comments on commit 1b5480e

Please sign in to comment.