Skip to content

Commit 1f77af2

Browse files
committed
Add towncrier to poetry
1 parent de1c173 commit 1f77af2

File tree

2 files changed

+92
-6
lines changed

2 files changed

+92
-6
lines changed

poetry.lock

Lines changed: 89 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "infrahub-sdk"
3-
version = "0.13.1-dev0"
3+
version = "0.13.1"
44
description = "Python Client to interact with Infrahub"
55
authors = ["OpsMill <info@opsmill.com>"]
66
readme = "README.md"
@@ -64,6 +64,7 @@ ruff = "0.5.0"
6464
pytest-xdist = "^3.3.1"
6565
types-python-slugify = "^8.0.0.3"
6666
invoke = "^2.2.0"
67+
towncrier = "^24.8.0"
6768

6869
[tool.poetry.extras]
6970
ctl = ["Jinja2", "numpy", "pyarrow", "pyyaml", "rich", "toml", "typer"]
@@ -346,7 +347,7 @@ max-complexity = 17
346347

347348
[tool.towncrier]
348349

349-
package = "infrahub-sdk"
350+
package = "infrahub_sdk"
350351
directory = "changelog"
351352
filename = "CHANGELOG.md"
352353
start_string = "<!-- towncrier release notes start -->\n"

0 commit comments

Comments
 (0)