Skip to content

Commit

Permalink
views, comments: fix api version for /pending
Browse files Browse the repository at this point in the history
Version 0.13.0 is already released. . Change to the probably next
version 0.13.1.
  • Loading branch information
gflohr committed May 31, 2024
1 parent 2df0f36 commit 07a9e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isso/views/comments.py
Original file line number Diff line number Diff line change
Expand Up @@ -1603,7 +1603,7 @@ def check_auth(self, username, password):
@api {get} /pending pending
@apiGroup Comment
@apiName pending
@apiVersion 0.13.0
@apiVersion 0.13.1
@apiDescription
Get the latest comments waiting moderation from the system, no matter which thread. Only available if `[general] pending-enabled` is set to `true` and `[admin] enabled is set to `true` in server config.
Expand Down

0 comments on commit 07a9e4f

Please sign in to comment.