Skip to content

Commit 227c3fb

Browse files
committed
Bump version and add changelog
1 parent 0378a38 commit 227c3fb

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ Karl Goetz
1212
Alex Kerney
1313
Gustav <https://github.com/dkgv>
1414
Sebastian2023 <https://github.com/Sebastian2023>
15+
Dominik George <https://github.com/Natureshadow>

HISTORY.rst

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
Release history
44
===============
55

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
12+
613
1.2.0
714
-----
815

src/pydiscourse/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
"""Python client for the Discourse API."""
44

5-
__version__ = "1.2.0"
5+
__version__ = "1.3.0"
66

77
from pydiscourse.client import DiscourseClient
88

0 commit comments

Comments
 (0)