From 31df9169555b31d663972507449a45937da5fbce Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Sun, 28 Feb 2021 17:57:00 +0100 Subject: [PATCH] Release 0.8.2 --- NEWS.rst | 8 ++++++++ src/nbsphinx.py | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/NEWS.rst b/NEWS.rst index 8bb5284f..e14aac93 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,11 @@ +Version 0.8.2 -- 2021-02-28 -- PyPI__ -- diff__ + * Add support for ``data-footcite`` HTML attribute + * Disable automatic highlighting in notebooks, + setting ``highlight_language`` is no longer needed + +__ https://pypi.org/project/nbsphinx/0.8.2/ +__ https://github.com/spatialaudio/nbsphinx/compare/0.8.1...0.8.2 + Version 0.8.1 -- 2021-01-18 -- PyPI__ -- diff__ * Minor fixes and documentation update diff --git a/src/nbsphinx.py b/src/nbsphinx.py index 104b1bdd..4482dfcc 100644 --- a/src/nbsphinx.py +++ b/src/nbsphinx.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2020 Matthias Geier +# Copyright (c) 2015-2021 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 @@ -23,7 +23,7 @@ https://nbsphinx.readthedocs.io/ """ -__version__ = '0.8.1' +__version__ = '0.8.2' import collections.abc import copy