Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bennylope committed Sep 27, 2023
1 parent 53be265 commit f8122f8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
# 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.
Expand Down
2 changes: 1 addition & 1 deletion src/pydiscourse/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Python client for the Discourse API."""

__version__ = "1.6.1"
__version__ = "1.7.0"

from pydiscourse.client import DiscourseClient

Expand Down

0 comments on commit f8122f8

Please sign in to comment.