Skip to content

Commit

Permalink
Release 2.3.1
Browse files Browse the repository at this point in the history
Updates version number for docs and package
  • Loading branch information
mpacer committed Jul 17, 2019
1 parent da676b4 commit 17d5e05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bookstore/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- suffix (dev or "" to designate a final version)
"""

version_info = (2, 3, 1, "", "dev")
version_info = (2, 3, 1, "")

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

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
author = 'nteract project'

# The short X.Y version
version = '2.2'
version = '2.3'
# The full version, including alpha/beta/rc tags
release = '2.2.1'
release = '2.3.1'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 17d5e05

Please sign in to comment.