Skip to content

Commit 0b04c8e

Browse files
committed
RELEASE: v3.3.1
1 parent 5b2f4ee commit 0b04c8e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 3.3.1 - 2022-03-17
4+
5+
### Fixed
6+
7+
* Inserting CSS at the start of the static path list, so that it can be overwritten
8+
* Assume light theme is the default, even when browser setting prefers dark. Necessary when most sphinx themes don't set `data-theme`.
9+
310
## 3.3.0 - 2022-03-09
411

512
### Added

sphinx_tabs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "3.3.0"
1+
__version__ = "3.3.1"
22

33
__import__("pkg_resources").declare_namespace(__name__)

0 commit comments

Comments
 (0)