diff options
| author | 2022-05-11 02:42:43 +0400 | |
|---|---|---|
| committer | 2022-05-29 16:19:52 +0400 | |
| commit | ed4b2fbea5c664a1950df66a534b3233efdc5c4e (patch) | |
| tree | 4db5dd241e0add8a572a50a239a75be2a305078b /pyproject.toml | |
| parent | Remove Discord `MissingSentinel` (diff) | |
Restore Releases Changelog
Add the releases-based changelog system back, and migrate the old
changelog entries.
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 6c5d3c37..4ab1af72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ Sphinx = "4.5.0" GitPython = "3.1.27" sphinx-autodoc-typehints = "1.18.1" furo = "2022.4.7" - +releases = "1.6.3" [tool.taskipy.tasks] lint = "pre-commit run --all-files" |