Compare commits
2 commits
e690b5bdab
...
4346d57dde
| Author | SHA256 | Date | |
|---|---|---|---|
| 4346d57dde | |||
| faeeab7e62 |
3 changed files with 7 additions and 2 deletions
5
CHANGELOG.md
Normal file
5
CHANGELOG.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
## 0.1.0a0 (2025-10-06)
|
||||
|
||||
### Feat
|
||||
|
||||
- first version
|
||||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
|||
|
||||
[project]
|
||||
name = "rougail.user_data_commandline"
|
||||
version = "0.1.0a21"
|
||||
version = "0.1.0a0"
|
||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||
readme = "README.md"
|
||||
description = "Rougail user_data Bitwarden"
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
__version__ = "0.0.0"
|
||||
__version__ = "0.1.0a0"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue