We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3169ed + 3de5fa7 commit a04b504Copy full SHA for a04b504
2 files changed
CHANGELOG.md
@@ -7,6 +7,12 @@
7
* `Removed` 削除された機能について。
8
* `Fixed` バグ修正について。
9
10
+## v2.1.1 - 2021-06-17
11
+
12
+### Fixed
13
14
+* リクエスト再送による重複投稿をなくしました。(#620)
15
16
## v2.1.0 - 2021-06-13
17
18
### Changed
plugins/hato.py
@@ -23,7 +23,7 @@
23
from library.clientclass import BaseClient
24
from library.jma_amesh import jma_amesh
25
logger = getLogger(__name__)
26
-VERSION = "2.1.0"
+VERSION = "2.1.1"
27
28
29
def split_command(command: str, maxsplit: int = 0) -> List[str]:
0 commit comments