diff --git a/HISTORY.rst b/HISTORY.rst index 903b35f..1b59f57 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,11 @@ Release history =============== +1.6.1 +----- + +- Adds `posts_by_number` endpoint from @Dettorer + 1.6.0 ----- diff --git a/src/pydiscourse/__init__.py b/src/pydiscourse/__init__.py index e52ceb1..1ceb32e 100644 --- a/src/pydiscourse/__init__.py +++ b/src/pydiscourse/__init__.py @@ -1,6 +1,6 @@ """Python client for the Discourse API.""" -__version__ = "1.6.0" +__version__ = "1.6.1" from pydiscourse.client import DiscourseClient