Skip to content

Commit 07a9e4f

Browse files
committed
views, comments: fix api version for /pending
Version 0.13.0 is already released. . Change to the probably next version 0.13.1.
1 parent 2df0f36 commit 07a9e4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

isso/views/comments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1603,7 +1603,7 @@ def check_auth(self, username, password):
16031603
@api {get} /pending pending
16041604
@apiGroup Comment
16051605
@apiName pending
1606-
@apiVersion 0.13.0
1606+
@apiVersion 0.13.1
16071607
@apiDescription
16081608
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.
16091609

0 commit comments

Comments
 (0)