Skip to content

Commit

Permalink
🎉 RELEASE: v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
foster999 committed Mar 9, 2022
1 parent 709a43a commit 53b6a63
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 3.3.0 - 2022-03-09

### Added

* Testing for Python 3.9 and a few pygments versions
* Dark theme selectors

### Changed

* Bumped docutils dependency to 0.17
* Remaining string formatting to use f-strings

## 3.2.0 - 2021-06-11

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion sphinx_tabs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "3.2.0"
__version__ = "3.3.0"

__import__("pkg_resources").declare_namespace(__name__)

0 comments on commit 53b6a63

Please sign in to comment.