diff --git a/NEWS.rst b/NEWS.rst index 934f6f56..a06bd142 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,10 @@ +Version 0.8.10 -- 2022-11-13 -- PyPI__ -- diff__ + * Fix handling of ``source_suffix`` + * A few LaTeX fixes + +__ https://pypi.org/project/nbsphinx/0.8.10/ +__ https://github.com/spatialaudio/nbsphinx/compare/0.8.9...0.8.10 + Version 0.8.9 -- 2022-06-04 -- PyPI__ -- diff__ * CSS: support tables in widgets * Avoid empty "raw" directive diff --git a/src/nbsphinx.py b/src/nbsphinx.py index a771b203..9f264fbb 100644 --- a/src/nbsphinx.py +++ b/src/nbsphinx.py @@ -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 @@ -23,7 +23,7 @@ https://nbsphinx.readthedocs.io/ """ -__version__ = '0.8.9' +__version__ = '0.8.10' import collections.abc import copy