Bump version

This commit is contained in:
Ben Lopatin
2023-09-27 11:20:42 -04:00
parent 7d981684aa
commit 270f4bbbdb
3 changed files with 10 additions and 3 deletions
+7
View File
@@ -3,6 +3,13 @@
Release history
===============
1.7.0
-----
- Possible breaking change: Change `search()` term paramater from `term` to `q`,
fixes search. Thanks @weber-s
1.6.1
-----
+2 -2
View File
@@ -51,9 +51,9 @@ copyright = u'2014, Marc Sibson'
# built documents.
#
# The short X.Y version.
version = '1.6'
version = '1.7'
# The full version, including alpha/beta/rc tags.
release = '1.6.0'
release = '1.7.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
+1 -1
View File
@@ -1,6 +1,6 @@
"""Python client for the Discourse API."""
__version__ = "1.6.1"
__version__ = "1.7.0"
from pydiscourse.client import DiscourseClient