Skip to content

Commit b2ad658

Browse files
committed
Release 2.5.0
1 parent 6ab1f42 commit b2ad658

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22

3-
## 2.4.2 [Unreleased](https://github.com/nteract/bookstore/compare/2.4.1...HEAD)
3+
## [Unreleased](https://github.com/nteract/bookstore/compare/2.5.0...HEAD)
4+
5+
## [2.5.0](https://github.com/nteract/bookstore/compare/2.5.0)
6+
7+
This switches the bookstore serverextension and landing page from using absolute urls to relative paths.
48

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

bookstore/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- suffix (dev or "" to designate a final version)
1919
"""
2020

21-
version_info = (2, 4, 2, "", "dev")
21+
version_info = (2, 5, 0)
2222

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

0 commit comments

Comments
 (0)