We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a34e1e commit 4a310ebCopy full SHA for 4a310eb
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v0.6.0 - 2021-06-03
4
+
5
+⬆️ UPGRADE: Unpin sphinx v4
6
7
+👌 IMPROVE: specify post-transforms by format:
8
+This applies them to the "html" format, rathther than a subset of diretive html builders.
9
10
## v0.5.2 - 2020-10-12
11
12
‼️ Deprecate `panels_add_boostrap_css` config, the typo here (no T!) has now been fixed to `panels_add_bootstrap_css`.
sphinx_panels/__init__.py
@@ -22,7 +22,7 @@
22
23
from . import _css as css_module
24
25
-__version__ = "0.5.2"
+__version__ = "0.6.0"
26
27
LOGGER = getLogger(__name__)
28
0 commit comments