Skip to content

Commit

Permalink
�� RELEASE: v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
foster999 committed Aug 4, 2021
1 parent 7f2146a commit f3cf8a9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
# Change Log

## 3.2.0 - 2021-06-11

### Fixed

* 🐛 Added default value for `exports` in JavaScript. Removes error that `exports` is not defined on page

### Added

* 👌 Use of [`sphinx` HTML assets policy](https://github.com/sphinx-doc/sphinx/issues/9115) to decide whether include assets

## 3.1.0 - 2021-06-11

### Added

* 👌 Added mew sphinx config `sphinx_tabs_disable_css_loading` option to disable css from loading
* 👌 Added new sphinx config `sphinx_tabs_disable_css_loading` option to disable css from loading

## 3.0.0 - 2021-05-10

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.1.0"
__version__ = "3.2.0"

__import__("pkg_resources").declare_namespace(__name__)

0 comments on commit f3cf8a9

Please sign in to comment.