Skip to content

Commit 895b8fb

Browse files
committed
Release 0.8.9
1 parent ed097f4 commit 895b8fb

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015-2021 Matthias Geier
1+
Copyright (c) 2015-2022 Matthias Geier
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

NEWS.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Version 0.8.9 -- 2022-06-04 -- PyPI__ -- diff__
2+
* CSS: support tables in widgets
3+
* Avoid empty "raw" directive
4+
5+
__ https://pypi.org/project/nbsphinx/0.8.9/
6+
__ https://github.com/spatialaudio/nbsphinx/compare/0.8.8...0.8.9
7+
18
Version 0.8.8 -- 2021-12-31 -- PyPI__ -- diff__
29
* Support for the ``sphinx_codeautolink`` extension
310
* Basic support for the ``text`` builder

src/nbsphinx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
https://nbsphinx.readthedocs.io/
2424
2525
"""
26-
__version__ = '0.8.8'
26+
__version__ = '0.8.9'
2727

2828
import collections.abc
2929
import copy

0 commit comments

Comments
 (0)