Compare commits

..

No commits in common. "4c72346aa6eec5a2c55799ad37256538a67f1ddf" and "d96f888e481d8f7043fc989f85e96141fc6d8a84" have entirely different histories.

2 changed files with 2 additions and 8 deletions

View file

@ -1,9 +1,3 @@
## 0.1.0a10 (2025-02-17)
### Fix
- support hidden attribut
## 0.1.0a9 (2025-02-17) ## 0.1.0a9 (2025-02-17)
### Fix ### Fix

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project] [project]
name = "rougail.user_data_bitwarden" name = "rougail.user_data_bitwarden"
version = "0.1.0a10" version = "0.1.0a9"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md" readme = "README.md"
description = "Rougail user_data Bitwarden" description = "Rougail user_data Bitwarden"
@ -26,7 +26,7 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"rougail >= 1.1,<2", "rougail >= 1.1,<2",
"rougail-structural-bitwarden == 0.1.0a2", "rougail-structural-bitwarden == 0.1.0a1",
] ]
[project.urls] [project.urls]