Skip to content

Commit

Permalink
[AutoPing] It does usually help if you run the correct script to prop…
Browse files Browse the repository at this point in the history
…erly increment the version everywhere...

Actual code for 1.0.2 in c3d297a
  • Loading branch information
Vexed01 committed Jun 30, 2024
1 parent c3d297a commit 5155adf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion autoping/autoping.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class AutoPing(commands.Cog):
add/remove autoping for roles or other users.
"""

__version__ = "1.0.1"
__version__ = "1.0.2"
__author__ = "@vexingvexed"

def __init__(self, bot: Red) -> None:
Expand Down
8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,14 @@ AnotherPingCog
AutoPing
========

*********
``1.0.2``
*********

2024-06-30

- Further restrict permissions for adding any role/user to admins & mention everyone

*********
``1.0.1``
*********
Expand Down

0 comments on commit 5155adf

Please sign in to comment.