diff --git a/LICENSE b/LICENSE index d9640635..ae02b511 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015-2022 Matthias Geier +Copyright (c) 2015-2023 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 75a9f5d1..9dff57c1 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,9 @@ +Version 0.8.12 -- 2023-01-19 -- PyPI__ -- diff__ + * Implement "link" galleries (without nested sub-documents) + +__ https://pypi.org/project/nbsphinx/0.8.12/ +__ https://github.com/spatialaudio/nbsphinx/compare/0.8.11...0.8.12 + Version 0.8.11 -- 2022-12-29 -- PyPI__ -- diff__ * LaTeX: apply code cell border style to all code blocks diff --git a/src/nbsphinx.py b/src/nbsphinx.py index 668d5a80..ea156451 100644 --- a/src/nbsphinx.py +++ b/src/nbsphinx.py @@ -23,7 +23,7 @@ https://nbsphinx.readthedocs.io/ """ -__version__ = '0.8.11' +__version__ = '0.8.12' import collections.abc import copy