From 895b8fb2685cb81889a476c692687865a13ee4c6 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Sat, 4 Jun 2022 20:28:11 +0200 Subject: [PATCH] Release 0.8.9 --- LICENSE | 2 +- NEWS.rst | 7 +++++++ src/nbsphinx.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index fffca6e9..d9640635 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015-2021 Matthias Geier +Copyright (c) 2015-2022 Matthias Geier Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/NEWS.rst b/NEWS.rst index 3b7ad2c7..934f6f56 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,10 @@ +Version 0.8.9 -- 2022-06-04 -- PyPI__ -- diff__ + * CSS: support tables in widgets + * Avoid empty "raw" directive + +__ https://pypi.org/project/nbsphinx/0.8.9/ +__ https://github.com/spatialaudio/nbsphinx/compare/0.8.8...0.8.9 + Version 0.8.8 -- 2021-12-31 -- PyPI__ -- diff__ * Support for the ``sphinx_codeautolink`` extension * Basic support for the ``text`` builder diff --git a/src/nbsphinx.py b/src/nbsphinx.py index dc2d03d5..77e51999 100644 --- a/src/nbsphinx.py +++ b/src/nbsphinx.py @@ -23,7 +23,7 @@ https://nbsphinx.readthedocs.io/ """ -__version__ = '0.8.8' +__version__ = '0.8.9' import collections.abc import copy