Skip to content

Commit

Permalink
Merge pull request #13 from minrk/app-version
Browse files Browse the repository at this point in the history
ensure `--version` output has actual version
  • Loading branch information
takluyver committed Jul 11, 2015
2 parents 883c2b1 + dd41f32 commit 5cfdd1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nbformat/sign.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from traitlets.config import LoggingConfigurable, MultipleInstanceError
from jupyter_core.application import JupyterApp, base_flags

from . import read, NO_CONVERT
from . import read, NO_CONVERT, __version__

try:
# Python 3
Expand Down Expand Up @@ -361,7 +361,7 @@ def check_cells(self, nb):


class TrustNotebookApp(JupyterApp):

version = __version__
description="""Sign one or more Jupyter notebooks with your key,
to trust their dynamic (HTML, Javascript) output.
Expand Down

0 comments on commit 5cfdd1c

Please sign in to comment.