Skip to content

Commit 5195026

Browse files
committed
Version 3.1.0
Signed-off-by: Aurélien Bompard <[email protected]>
1 parent 561ee18 commit 5195026

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

docs/changelog.rst

+13
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ Release Notes
44

55
.. towncrier release notes start
66
7+
3.1.0 (2022-09-13)
8+
==================
9+
10+
Features
11+
--------
12+
13+
* Add the ``app_name`` and ``agent_name`` properties to message schemas
14+
(`PR#272 <https://github.com/fedora-infra/fedora-messaging/pull/272>`_)
15+
* Added "groups" property to message schemas. This property can be used if an
16+
event affects a list of groups.
17+
(`#252 <https://github.com/fedora-infra/fedora-messaging/issues/252>`_)
18+
19+
720
3.0.2 (2022-05-19)
821
==================
922

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,6 @@
185185
"python": ("https://docs.python.org/3", None),
186186
"pika": ("https://pika.readthedocs.io/en/latest/", None),
187187
"jsonschema": ("https://python-jsonschema.readthedocs.io/en/latest/", None),
188-
"blinker": ("https://pythonhosted.org/blinker/", None),
188+
"blinker": ("https://blinker.readthedocs.io/en/stable/", None),
189189
"Twisted": ("https://docs.twisted.org/en/stable/api/", None),
190190
}

fedora_messaging/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
pass
2424

2525

26-
__version__ = "3.0.2"
26+
__version__ = "3.1.0"

news/252.feature

-1
This file was deleted.

news/PR272.feature

-1
This file was deleted.

0 commit comments

Comments
 (0)