Compare commits
No commits in common. "4c72346aa6eec5a2c55799ad37256538a67f1ddf" and "d96f888e481d8f7043fc989f85e96141fc6d8a84" have entirely different histories.
4c72346aa6
...
d96f888e48
2 changed files with 2 additions and 8 deletions
|
|
@ -1,9 +1,3 @@
|
|||
## 0.1.0a10 (2025-02-17)
|
||||
|
||||
### Fix
|
||||
|
||||
- support hidden attribut
|
||||
|
||||
## 0.1.0a9 (2025-02-17)
|
||||
|
||||
### Fix
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
|||
|
||||
[project]
|
||||
name = "rougail.user_data_bitwarden"
|
||||
version = "0.1.0a10"
|
||||
version = "0.1.0a9"
|
||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||
readme = "README.md"
|
||||
description = "Rougail user_data Bitwarden"
|
||||
|
|
@ -26,7 +26,7 @@ classifiers = [
|
|||
]
|
||||
dependencies = [
|
||||
"rougail >= 1.1,<2",
|
||||
"rougail-structural-bitwarden == 0.1.0a2",
|
||||
"rougail-structural-bitwarden == 0.1.0a1",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
|
|
|||
Loading…
Reference in a new issue