Skip to content

Commit d33eff7

Browse files
committed
Release 0.1.7
1. Add tensorboard 1.10 support; 2. Fix a error when jupyter ContentsManager root_dir is set.
1 parent a825f66 commit d33eff7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ If you encounter problems with this server extension, you can:
9898
.. |pypi-pyversions| image:: https://img.shields.io/pypi/pyversions/jupyter_tensorboard.svg
9999
:target: https://pypi.python.org/pypi/jupyter_tensorboard
100100

101-
.. |tf-versions| image:: https://img.shields.io/badge/tensorflow-1.3,%201.4,%201.5,%201.6,%201.7%201.8-blue.svg
101+
.. |tf-versions| image:: https://img.shields.io/badge/tensorflow-%E2%89%A51.3,%E2%89%A41.10-blue.svg
102102
:target: https://github.com/tensorflow/tensorflow/releases
103103

104104
.. |docker-stars| image:: https://img.shields.io/docker/stars/lspvic/tensorboard-notebook.svg

jupyter_tensorboard/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from .handlers import load_jupyter_server_extension # noqa
44

5-
__version__ = "0.1.7.dev"
5+
__version__ = "0.1.7"
66

77

88
def _jupyter_nbextension_paths():

0 commit comments

Comments
 (0)