Skip to content

Commit 2a895ac

Browse files
authored
🚀 RELEASE: v0.1.5 (#398)
1 parent c85925c commit 2a895ac

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v0.1.5 - 2021-09-23
4+
5+
([full changelog](https://github.com/executablebooks/sphinx-book-theme/compare/v0.1.4...c85925c0109a1038994947acb951d1d918a819f8))
6+
7+
### Enhancements made
8+
9+
- Move CSS hash to GET parameter so downstream themes can bust CSS properly [#397](https://github.com/executablebooks/sphinx-book-theme/pull/397) ([@jacobtomlinson](https://github.com/jacobtomlinson))
10+
311
## v0.1.4 - 2021-09-16
412

513
([full changelog](https://github.com/executablebooks/sphinx-book-theme/compare/v0.1.3...28358bbc0dc2f1e6e9fff0ac64321685c9edfc00))

sphinx_book_theme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from .launch import add_hub_urls
1919
from . import static as theme_static
2020

21-
__version__ = "0.1.4"
21+
__version__ = "0.1.5"
2222
"""sphinx-book-theme version"""
2323

2424
SPHINX_LOGGER = logging.getLogger(__name__)

0 commit comments

Comments
 (0)