From 5f56febab8273d6e7f3a25ce074bc5365ed45ff8 Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Sat, 27 Feb 2021 13:28:05 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20RLS:=20v0.0.40=20(#294)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 22 ++++++++++++++++++++++ sphinx_book_theme/__init__.py | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2adab84d..e96d4869 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +# v0.0.40 - 2021-02-27 + +([full changelog](https://github.com/executablebooks/sphinx-book-theme/compare/v0.0.39...4ab518e211163a52f01562912ce6e41548a734d1)) + +## New features added + +- Added tag for cell-input [#259](https://github.com/executablebooks/sphinx-book-theme/pull/259) ([@AakashGfude](https://github.com/AakashGfude)) +- Add a shadow to topbar, on scroll [#255](https://github.com/executablebooks/sphinx-book-theme/pull/255) ([@pradyunsg](https://github.com/pradyunsg)) +- Add CSS to center align images with class [#292](https://github.com/executablebooks/sphinx-book-theme/pull/292) ([@DrDrij](https://github.com/DrDrij)) + +## Enhancements made + +- Add footnote translations [#274](https://github.com/executablebooks/sphinx-book-theme/pull/274) ([@chrisjsewell](https://github.com/chrisjsewell)) + +## Bugs fixed + +- translation of suggest edit [#284](https://github.com/executablebooks/sphinx-book-theme/pull/284) ([@chrisjsewell](https://github.com/chrisjsewell)) +- Pin bs4 and sphinx dependencies [#271](https://github.com/executablebooks/sphinx-book-theme/pull/271) ([@chrisjsewell](https://github.com/chrisjsewell)) +- fixing right toc whitespace overlap [#268](https://github.com/executablebooks/sphinx-book-theme/pull/268) ([@choldgraf](https://github.com/choldgraf)) +- Fixing linenos style [#263](https://github.com/executablebooks/sphinx-book-theme/pull/263) ([@AakashGfude](https://github.com/AakashGfude)) + + ## v0.0.39 - 2020-11-08 ([full changelog](https://github.com/executablebooks/sphinx-book-theme/compare/v0.0.38...v0.0.39)) diff --git a/sphinx_book_theme/__init__.py b/sphinx_book_theme/__init__.py index e013bfcc..85ab0045 100644 --- a/sphinx_book_theme/__init__.py +++ b/sphinx_book_theme/__init__.py @@ -18,7 +18,7 @@ from .launch import add_hub_urls from . import static as theme_static -__version__ = "0.0.39" +__version__ = "0.0.40" """sphinx-book-theme version""" SPHINX_LOGGER = logging.getLogger(__name__)