Skip to content

Commit

Permalink
πŸš€ RELEASE: v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
foster999 committed Mar 10, 2021
1 parent 0f3cbbe commit 506e69f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 2.1.0 - 2021-03-10

### Fixed

* πŸ› Tabs with nested content becoming hidden on click

### Improved

* πŸ‘Œ Added new sphinx config option `sphinx_tabs_disable_tab_closing` to allow new tab closing functionality to be disabled globally (better backwards compatibility with sphinx-tabs<2)


## 2.0.1 - 2021-02-07

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__ = "2.0.1"
__version__ = "2.1.0"

__import__("pkg_resources").declare_namespace(__name__)

0 comments on commit 506e69f

Please sign in to comment.