We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d29f180 commit 7490cd6Copy full SHA for 7490cd6
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Change Log
2
3
+
4
+## 2.0.1 - 2021-02-07
5
6
+### Fixed
7
8
+* Nested parsing of tab labels, to support use of reST roles within label text
9
+* Parsing tabs with unsupported builders, including for pdf
10
11
+### Added
12
13
+* Test for successful pdf building using `rinohtype`
14
15
## 2.0.0 - 2021-01-24
16
17
♻️ Refactor to reduce JS/CSS payload size and improve accesibility:
sphinx_tabs/__init__.py
@@ -1,3 +1,3 @@
-__version__ = "2.0.0"
+__version__ = "2.0.1"
__import__("pkg_resources").declare_namespace(__name__)
0 commit comments