Skip to content

Commit

Permalink
Merge pull request #9 from rcthomas/prepare-0.6
Browse files Browse the repository at this point in the history
Prepare 0.6
  • Loading branch information
rcthomas authored Aug 26, 2020
2 parents cb96034 + b480338 commit 1504bf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ Log in as an admin user, then go back to the above URL.
![Admin view uninitialized](docs/resources/02-admin-view-uninitialized.png "Admin view uninitialized")

You'll now see the same page as before but with a text box.
Enter a message. Please note that your input will be sanitized. For security reasons, a few HTML tags such as "<iframe>" or "<script>" will be automatically removed.
Enter a message. Please note that your input will be sanitized.
For security reasons, a few HTML tags such as "<iframe>" or "<script>" will be automatically removed.

![Admin view filling out](docs/resources/03-admin-view-filling-out.png "Admin view filling out")

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

setup(
name='jupyterhub-announcement',
version='0.5.0',
version='0.6.0',
description='JupyterHub Announcement Service',
author='R. C. Thomas',
author='R. C. Thomas, François Tessier',
author_email='[email protected]',
packages=['jupyterhub_announcement'],
data_files=[("share/jupyterhub/announcement/templates",
Expand Down

0 comments on commit 1504bf2

Please sign in to comment.