From d82421fd09410754855480781031db18787354e3 Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Sat, 26 Mar 2022 14:17:56 -0700 Subject: [PATCH] RLS: v0.3.1 --- CHANGELOG.md | 4 ++++ sphinx_togglebutton/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8c3f95..b93a8c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.3.1 + +This is release updates the behavior of the toggle button arrow for admonitions, to point down/up instead of down/right. See [#38](https://github.com/executablebooks/sphinx-togglebutton/issues/38) for details. + ## v0.3.0 ([full changelog](https://github.com/executablebooks/sphinx-togglebutton/compare/v0.2.3...9e73e2e1a673d2485dd8c8d56510cdf910531f1a)) diff --git a/sphinx_togglebutton/__init__.py b/sphinx_togglebutton/__init__.py index aeac7b5..92567d4 100644 --- a/sphinx_togglebutton/__init__.py +++ b/sphinx_togglebutton/__init__.py @@ -3,7 +3,7 @@ from docutils.parsers.rst import Directive, directives from docutils import nodes -__version__ = "0.3.0" +__version__ = "0.3.1" def st_static_path(app):