Skip to content

Commit

Permalink
Release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpacer committed Dec 2, 2019
1 parent 6ab1f42 commit b2ad658
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log

## 2.4.2 [Unreleased](https://github.com/nteract/bookstore/compare/2.4.1...HEAD)
## [Unreleased](https://github.com/nteract/bookstore/compare/2.5.0...HEAD)

## [2.5.0](https://github.com/nteract/bookstore/compare/2.5.0)

This switches the bookstore serverextension and landing page from using absolute urls to relative paths.

## [2.4.1](https://github.com/nteract/bookstore/releases/tag/2.4.1) 2019-08-6

Expand Down
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, 4, 2, "", "dev")
version_info = (2, 5, 0)

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

Expand Down

0 comments on commit b2ad658

Please sign in to comment.