Bump version

This commit is contained in:
Ben Lopatin
2023-09-01 10:25:57 -04:00
committed by Ben Lopatin
parent 3e87ef3849
commit c30a453a6b
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -3,6 +3,11 @@
Release history
===============
1.6.1
-----
- Adds `posts_by_number` endpoint from @Dettorer
1.6.0
-----
+1 -1
View File
@@ -1,6 +1,6 @@
"""Python client for the Discourse API."""
__version__ = "1.6.0"
__version__ = "1.6.1"
from pydiscourse.client import DiscourseClient