Skip to content

Commit 31df916

Browse files
committed
Release 0.8.2
1 parent e2021ca commit 31df916

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

NEWS.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Version 0.8.2 -- 2021-02-28 -- PyPI__ -- diff__
2+
* Add support for ``data-footcite`` HTML attribute
3+
* Disable automatic highlighting in notebooks,
4+
setting ``highlight_language`` is no longer needed
5+
6+
__ https://pypi.org/project/nbsphinx/0.8.2/
7+
__ https://github.com/spatialaudio/nbsphinx/compare/0.8.1...0.8.2
8+
19
Version 0.8.1 -- 2021-01-18 -- PyPI__ -- diff__
210
* Minor fixes and documentation update
311

src/nbsphinx.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2015-2020 Matthias Geier
1+
# Copyright (c) 2015-2021 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
@@ -23,7 +23,7 @@
2323
https://nbsphinx.readthedocs.io/
2424
2525
"""
26-
__version__ = '0.8.1'
26+
__version__ = '0.8.2'
2727

2828
import collections.abc
2929
import copy

0 commit comments

Comments
 (0)