Compare commits
2 commits
24fcf6f814
...
0cff9b8691
| Author | SHA1 | Date | |
|---|---|---|---|
| 0cff9b8691 | |||
| 13abd6ac4d |
3 changed files with 9 additions and 3 deletions
|
|
@ -1,3 +1,9 @@
|
||||||
|
## 0.1.0a21 (2025-06-20)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- update rougail-structural-bitwarden package version
|
||||||
|
|
||||||
## 0.1.0a20 (2025-05-12)
|
## 0.1.0a20 (2025-05-12)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
|
||||||
|
|
@ -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.0a20"
|
version = "0.1.0a21"
|
||||||
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"
|
||||||
|
|
@ -28,7 +28,7 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"rougail >= 1.1,<2",
|
"rougail >= 1.1,<2",
|
||||||
"rougail-structural-bitwarden == 0.1.0a3",
|
"rougail-structural-bitwarden == 0.1.0a5",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.1.0a20"
|
__version__ = "0.1.0a21"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue