Skip to content

Commit

Permalink
release 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Jan 16, 2018
1 parent 0c96052 commit 6e14558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebook/_version.py
Expand Up @@ -9,5 +9,5 @@

# Next beta/alpha/rc release: The version number for beta is X.Y.ZbN **without dots**.

version_info = (5, 3, 0, "rc1")
version_info = (5, 3, 0)
__version__ = '.'.join(map(str, version_info[:3])) + ''.join(version_info[3:])

0 comments on commit 6e14558

Please sign in to comment.