Compare commits
No commits in common. "368f7c2882aaad8edafe27e4f2655d6a21064ef0" and "e94d8facd79e0dd5b283a4a881b0734815681f20" have entirely different histories.
368f7c2882
...
e94d8facd7
4 changed files with 4 additions and 11 deletions
|
|
@ -1,9 +1,3 @@
|
|||
## 0.1.0a14 (2025-06-18)
|
||||
|
||||
### Fix
|
||||
|
||||
- rougail separation
|
||||
|
||||
## 0.1.0a13 (2025-05-15)
|
||||
|
||||
### Fix
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
|||
|
||||
[project]
|
||||
name = "rougail.output_formatter"
|
||||
version = "0.1.0a14"
|
||||
version = "0.1.0a13"
|
||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||
readme = "README.md"
|
||||
description = "Rougail output formatter"
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ from djlint.reformat import formatter
|
|||
from tiramisu.config import get_common_path
|
||||
|
||||
from rougail.convert import RougailConvert
|
||||
from rougail.convert.object_model import (
|
||||
from rougail.object_model import (
|
||||
Variable,
|
||||
Family,
|
||||
Calculation,
|
||||
|
|
@ -51,8 +51,7 @@ from rougail.convert.object_model import (
|
|||
NamespaceParam,
|
||||
Param,
|
||||
)
|
||||
from rougail.tiramisu import normalize_family
|
||||
from rougail.utils import undefined
|
||||
from rougail.utils import normalize_family, undefined
|
||||
|
||||
from .upgrade import RougailUpgrade
|
||||
from .__version__ import __version__
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "0.1.0a14"
|
||||
__version__ = "0.1.0a13"
|
||||
|
|
|
|||
Loading…
Reference in a new issue