Compare commits
No commits in common. "02778fe53b94eebe18ff0aba0935ccba56e6d234" and "a8c682d76c4e588c0aec0cc812d930b82d837036" have entirely different histories.
02778fe53b
...
a8c682d76c
4 changed files with 3 additions and 9 deletions
|
|
@ -1,9 +1,3 @@
|
||||||
## 0.2.0a23 (2025-06-18)
|
|
||||||
|
|
||||||
### Fix
|
|
||||||
|
|
||||||
- separation
|
|
||||||
|
|
||||||
## 0.2.0a22 (2025-06-18)
|
## 0.2.0a22 (2025-06-18)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "rougail.output_doc"
|
name = "rougail.output_doc"
|
||||||
version = "0.2.0a23"
|
version = "0.2.0a22"
|
||||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
description = "Rougail output doc"
|
description = "Rougail output doc"
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.2.0a23"
|
__version__ = "0.2.0a22"
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ class RougailOutputDoc(Examples):
|
||||||
**kwarg,
|
**kwarg,
|
||||||
):
|
):
|
||||||
# Import here to avoid circular import
|
# Import here to avoid circular import
|
||||||
from rougail.tiramisu import CONVERT_OPTION
|
from rougail import CONVERT_OPTION
|
||||||
|
|
||||||
self.convert_option = CONVERT_OPTION
|
self.convert_option = CONVERT_OPTION
|
||||||
if rougailconfig is None:
|
if rougailconfig is None:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue