Skip to content

Commit a867c5f

Browse files
committed
Version 1.4.4
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
1 parent 2a98f89 commit a867c5f

7 files changed

Lines changed: 28 additions & 4 deletions

File tree

datanommer.commands/NEWS.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ For ``datanommer.commands``
66

77
.. towncrier release notes start
88
9+
v1.4.4
10+
======
11+
12+
Released on 2025-06-19.
13+
14+
No significant changes.
15+
916
v1.4.3
1017
======
1118

datanommer.commands/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "datanommer.commands"
3-
version = "1.4.3"
3+
version = "1.4.4"
44
description = "Console commands for datanommer"
55
authors = [
66
"Fedora Infrastructure <admin@fedoraproject.org>"

datanommer.consumer/NEWS.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ For ``datanommer.consumer``
66

77
.. towncrier release notes start
88
9+
v1.4.4
10+
======
11+
12+
Released on 2025-06-19.
13+
14+
No significant changes.
15+
916
v1.4.3
1017
======
1118

datanommer.consumer/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "datanommer.consumer"
3-
version = "1.4.3"
3+
version = "1.4.4"
44
description = "Consumer for datanommer"
55
authors = [
66
"Fedora Infrastructure <admin@fedoraproject.org>"

datanommer.models/NEWS.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ For ``datanommer.models``
66

77
.. towncrier release notes start
88
9+
v1.4.4
10+
======
11+
12+
Released on 2025-06-19.
13+
14+
Dependency Changes
15+
^^^^^^^^^^^^^^^^^^
16+
17+
* Relax dependency on psycopg2 (`3ad7e7b <https://github.com/fedora-infra/datanommer/commit/3ad7e7b>`_)
18+
19+
920
v1.4.3
1021
======
1122

datanommer.models/news/C3ad7e7b.dependency.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

datanommer.models/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "datanommer.models"
3-
version = "1.4.3"
3+
version = "1.4.4"
44
description = "SQLAlchemy models for datanommer"
55
authors = [
66
"Fedora Infrastructure <admin@fedoraproject.org>"

0 commit comments

Comments
 (0)