Skip to content

Commit 53b6a63

Browse files
committed
🎉 RELEASE: v3.3.0
1 parent 709a43a commit 53b6a63

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

‎CHANGELOG.md

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

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+
315
## 3.2.0 - 2021-06-11
416

517
### Fixed

‎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.2.0"
1+
__version__ = "3.3.0"
22

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

0 commit comments

Comments
 (0)