Skip to content

Commit d921af3

Browse files
authored
πŸš€ RELEASE: v3.1.0 (#125)
* πŸš€ RELEASE: v3.1.0 * Remove trailing whitespace * Bump version
1 parent f4d1016 commit d921af3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

β€ŽCHANGELOG.md

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

3+
## 3.1.0 - 2021-06-11
4+
5+
### Added
6+
7+
* πŸ‘Œ Added mew sphinx config `sphinx_tabs_disable_css_loading` option to disable css from loading
8+
39
## 3.0.0 - 2021-05-10
410

511
### 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.0.0"
1+
__version__ = "3.1.0"
22

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

0 commit comments

Comments
Β (0)