Skip to content

Commit 1b5480e

Browse files
committed
release v1.0
1 parent 33b4a7b commit 1b5480e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Changelog
22

3-
## dev (requires minimum JupyterHub 0.9 and Python 3.5)
3+
## v1.0 (requires minimum JupyterHub 0.9 and Python 3.5)
44

55
Added (user)
66

7+
* Add support for JupyterHub named servers. #167
78
* 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.
89
* 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.
910
* 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

version.py

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

0 commit comments

Comments
 (0)