Skip to content

Commit

Permalink
Merge pull request #78 from jupyterhub/doc-readme
Browse files Browse the repository at this point in the history
Add link to docs from README + bump version
  • Loading branch information
yuvipanda committed Aug 29, 2017
2 parents 6385bfd + 352c468 commit ae1c6d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ The *kubespawner* (also known as JupyterHub Kubernetes Spawner) enables JupyterH
single-user notebook servers on a [Kubernetes](https://kubernetes.io/)
cluster.

You can read a list of all the spawner options [available on ReadTheDocs](http://jupyterhub-kubespawner.readthedocs.io/en/latest/spawner.html#module-kubespawner.spawner).

## Features ##

Kubernetes is an open-source system for automating deployment, scaling, and
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='jupyterhub-kubespawner',
version='0.6.0',
version='0.6.1',
install_requires=[
'jupyterhub',
'pyYAML',
Expand Down

0 comments on commit ae1c6d6

Please sign in to comment.