Compare commits
No commits in common. "973184b011c73712ad868c5727b85d2548a12669" and "55635fe291dfd702d22701225fa4d535cf2221b2" have entirely different histories.
973184b011
...
55635fe291
4 changed files with 2 additions and 9 deletions
|
|
@ -1,9 +1,3 @@
|
|||
## 0.1.0a31 (2026-05-04)
|
||||
|
||||
### Feat
|
||||
|
||||
- multi layers
|
||||
|
||||
## 0.1.0a30 (2026-01-21)
|
||||
|
||||
### Fix
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
|||
|
||||
[project]
|
||||
name = "rougail.user_data_bitwarden"
|
||||
version = "0.1.0a31"
|
||||
version = "0.1.0a30"
|
||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||
readme = "README.md"
|
||||
description = "Rougail user_data Bitwarden"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "0.1.0a31"
|
||||
__version__ = "0.1.0a30"
|
||||
|
|
|
|||
|
|
@ -123,7 +123,6 @@ class RougailUserDataBitwarden:
|
|||
config: "Config",
|
||||
*,
|
||||
rougailconfig: "RougailConfig" = None,
|
||||
**kwargs,
|
||||
):
|
||||
# this is the tiramisu config object
|
||||
self.config = config
|
||||
|
|
|
|||
Loading…
Reference in a new issue