Skip to content

Commit 30a28b7

Browse files
committed
🚀 RELEASE: v0.5.1
1 parent b142be4 commit 30a28b7

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v0.5.1 - 2020-09-22
4+
5+
👌 IMPROVE: Make default label font-size configurable for `tabbed` components.
6+
See the `panels_css_variables` [in this documentation section](https://sphinx-panels.readthedocs.io/en/latest/#tabbed-content).
7+
38
## v0.5.0 - 2020-09-15
49

510
✨ NEW: Add `tabbed` directive, to create tab groups!

sphinx_panels/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
from . import _css as css_module
2424

25-
__version__ = "0.5.0"
25+
__version__ = "0.5.1"
2626

2727
LOGGER = getLogger(__name__)
2828

0 commit comments

Comments
 (0)