Compare commits
2 commits
38d2796a33
...
b49277b3ca
| Author | SHA1 | Date | |
|---|---|---|---|
| b49277b3ca | |||
| e842694661 |
2 changed files with 8 additions and 2 deletions
|
|
@ -1,3 +1,9 @@
|
||||||
|
## 0.1.0rc1 (2024-11-06)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- update rougail dependency
|
||||||
|
|
||||||
## 0.1.0rc0 (2024-11-01)
|
## 0.1.0rc0 (2024-11-01)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "rougail.user_data_file"
|
name = "rougail.user_data_file"
|
||||||
version = "0.1.0rc0"
|
version = "0.1.0rc1"
|
||||||
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 file"
|
description = "Rougail user_data file"
|
||||||
|
|
@ -25,7 +25,7 @@ classifiers = [
|
||||||
|
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"rougail ~= 1.1.0",
|
"rougail >= 1.1,<2",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue