From 4a3a391ee021b56f15c3640406c4bd41009dece0 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Mon, 4 May 2026 13:35:08 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.2.0a47=20=E2=86=92=200.2.0a?= =?UTF-8?q?48?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- src/rougail/output_doc/__version__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27a0a98f5..efa5be45c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.2.0a48 (2026-05-04) + +### Fix + +- get unrestraint default value + ## 0.2.0a47 (2026-04-30) ### Feat diff --git a/pyproject.toml b/pyproject.toml index cf211d818..48bb04322 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"] [project] name = "rougail.output_doc" -version = "0.2.0a47" +version = "0.2.0a48" authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] readme = "README.md" description = "Rougail output doc" diff --git a/src/rougail/output_doc/__version__.py b/src/rougail/output_doc/__version__.py index 14f1d864e..6c0a51b0e 100644 --- a/src/rougail/output_doc/__version__.py +++ b/src/rougail/output_doc/__version__.py @@ -1 +1 @@ -__version__ = "0.2.0a47" +__version__ = "0.2.0a48"