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