Compare commits
No commits in common. "3d9f9b3fb4bfa55c5ea1d33958d6322dd8d0aa69" and "fce409cde98b30b2ff00ca25ea4de961670d7dd0" have entirely different histories.
3d9f9b3fb4
...
fce409cde9
4 changed files with 3 additions and 9 deletions
|
|
@ -1,9 +1,3 @@
|
|||
## 0.1.0a9 (2025-06-18)
|
||||
|
||||
### Fix
|
||||
|
||||
- rougail separation
|
||||
|
||||
## 0.1.0a8 (2025-05-12)
|
||||
|
||||
### Feat
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
|||
|
||||
[project]
|
||||
name = "rougail.user_data_environment"
|
||||
version = "0.1.0a9"
|
||||
version = "0.1.0a8"
|
||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||
readme = "README.md"
|
||||
description = "Rougail user_data environment"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "0.1.0a9"
|
||||
__version__ = "0.1.0a8"
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|||
"""
|
||||
|
||||
import os
|
||||
from rougail.tiramisu import CONVERT_OPTION
|
||||
from rougail.object_model import CONVERT_OPTION
|
||||
from rougail.config import RougailConfig
|
||||
from rougail.error import ExtentionError
|
||||
from tiramisu.error import ValueOptionError
|
||||
|
|
|
|||
Loading…
Reference in a new issue