We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0378a38 commit 227c3fbCopy full SHA for 227c3fb
AUTHORS
@@ -12,3 +12,4 @@ Karl Goetz
12
Alex Kerney
13
Gustav <https://github.com/dkgv>
14
Sebastian2023 <https://github.com/Sebastian2023>
15
+Dominik George <https://github.com/Natureshadow>
HISTORY.rst
@@ -3,6 +3,13 @@
3
Release history
4
===============
5
6
+1.3.0
7
+-----
8
+
9
+- Add fix for handling global Discourse timeouts
10
+- Add group owners
11
+- Update API for add_group_owner
1.2.0
-----
src/pydiscourse/__init__.py
@@ -2,7 +2,7 @@
2
"""Python client for the Discourse API."""
-__version__ = "1.2.0"
+__version__ = "1.3.0"
from pydiscourse.client import DiscourseClient
0 commit comments