Compare commits

...

2 Commits

Author SHA1 Message Date
7f68c0b2ab Bump version: 1.2.16 → 1.2.17
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 1m32s
2025-07-18 17:25:46 +01:00
cc3648c897 import base64 2025-07-18 17:25:43 +01:00
3 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[tool.bumpversion] [tool.bumpversion]
current_version = "1.2.16" current_version = "1.2.17"
commit = true commit = true
tag = true tag = true
tag_name = "{new_version}" tag_name = "{new_version}"

View File

@ -1 +1 @@
1.2.16 1.2.17

View File

@ -15,6 +15,7 @@ from ktvmanager.lib.checker import validate_account
from typing import Tuple from typing import Tuple
import json import json
import re import re
import base64
from cryptography.hazmat.primitives import serialization from cryptography.hazmat.primitives import serialization
from cryptography.hazmat.primitives.asymmetric import ec from cryptography.hazmat.primitives.asymmetric import ec
from pywebpush import webpush, WebPushException from pywebpush import webpush, WebPushException