Compare commits
No commits in common. "acf84531a29e76f0deb363433927526bf8b9f119" and "bb8239b5b1d2831fd159926cc2db6c91321b1564" have entirely different histories.
acf84531a2
...
bb8239b5b1
2 changed files with 5 additions and 11 deletions
|
|
@ -1,9 +1,3 @@
|
|||
## 0.2.0a21 (2025-12-22)
|
||||
|
||||
### Fix
|
||||
|
||||
- console => display
|
||||
|
||||
## 0.2.0a20 (2025-12-22)
|
||||
|
||||
### Feat
|
||||
|
|
|
|||
|
|
@ -3,11 +3,11 @@ build-backend = "flit_core.buildapi"
|
|||
requires = ["flit_core >=3.8.0,<4"]
|
||||
|
||||
[project]
|
||||
name = "rougail.output_display"
|
||||
version = "0.2.0a21"
|
||||
name = "rougail.output_console"
|
||||
version = "0.2.0a20"
|
||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||
readme = "README.md"
|
||||
description = "Rougail output display"
|
||||
description = "Rougail output console"
|
||||
requires-python = ">=3.8"
|
||||
license = {file = "LICENSE"}
|
||||
classifiers = [
|
||||
|
|
@ -29,7 +29,7 @@ dependencies = [
|
|||
]
|
||||
|
||||
[project.urls]
|
||||
Home = "https://forge.cloud.silique.fr/stove/rougail-output-display"
|
||||
Home = "https://forge.cloud.silique.fr/stove/rougail-output-console"
|
||||
|
||||
[tool.commitizen]
|
||||
name = "cz_conventional_commits"
|
||||
|
|
@ -37,7 +37,7 @@ tag_format = "$version"
|
|||
version_scheme = "pep440"
|
||||
version_provider = "pep621"
|
||||
version_files = [
|
||||
"src/rougail/output_display/__version__.py",
|
||||
"src/rougail/output_console/__version__.py",
|
||||
"pyproject.toml:version"
|
||||
]
|
||||
update_changelog_on_bump = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue