Compare commits
No commits in common. "b49277b3cae93cd31347ea30edeca136791e4d76" and "38d2796a335a582a79fc55ddc7459839ba57fe71" have entirely different histories.
b49277b3ca
...
38d2796a33
2 changed files with 2 additions and 8 deletions
|
|
@ -1,9 +1,3 @@
|
|||
## 0.1.0rc1 (2024-11-06)
|
||||
|
||||
### Fix
|
||||
|
||||
- update rougail dependency
|
||||
|
||||
## 0.1.0rc0 (2024-11-01)
|
||||
|
||||
### Feat
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
|||
|
||||
[project]
|
||||
name = "rougail.user_data_file"
|
||||
version = "0.1.0rc1"
|
||||
version = "0.1.0rc0"
|
||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||
readme = "README.md"
|
||||
description = "Rougail user_data file"
|
||||
|
|
@ -25,7 +25,7 @@ classifiers = [
|
|||
|
||||
]
|
||||
dependencies = [
|
||||
"rougail >= 1.1,<2",
|
||||
"rougail ~= 1.1.0",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
|
|
|||
Loading…
Reference in a new issue