Skip to content

Commit

Permalink
🔖 [Version tag] 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
foxwhite25 committed Jan 23, 2022
1 parent 3e2ad7e commit 610c59e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions qq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__title__ = 'qq'
__author__ = 'Foxwhite'
__license__ = 'MIT'
__version__ = '1.1.4'
__version__ = '1.1.5'

# The MIT License (MIT)
# Copyright (c) 2021-present foxwhite25
Expand Down Expand Up @@ -58,4 +58,4 @@ class VersionInfo(NamedTuple):
serial: int


version_info: VersionInfo = VersionInfo(major=1, minor=1, micro=4, releaselevel='beta', serial=0)
version_info: VersionInfo = VersionInfo(major=1, minor=1, micro=5, releaselevel='beta', serial=0)
2 changes: 1 addition & 1 deletion qq/flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def audit(self):
这对应于以下事件:
- :func:`on_message-audit`
- :func:`on_message_audit`
"""
return 1 << 27

Expand Down

0 comments on commit 610c59e

Please sign in to comment.