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 709a43a commit 53b6a63Copy full SHA for 53b6a63
‎CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Change Log
2
3
+## 3.3.0 - 2022-03-09
4
+
5
+### Added
6
7
+* Testing for Python 3.9 and a few pygments versions
8
+* Dark theme selectors
9
10
+### Changed
11
12
+* Bumped docutils dependency to 0.17
13
+* Remaining string formatting to use f-strings
14
15
## 3.2.0 - 2021-06-11
16
17
### Fixed
‎sphinx_tabs/__init__.py
@@ -1,3 +1,3 @@
-__version__ = "3.2.0"
+__version__ = "3.3.0"
__import__("pkg_resources").declare_namespace(__name__)
0 commit comments