From f1ed6a2a480a362b505d541e0f0859ced1efedc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD=20=D0=A2=D1=80=D0=BE=D1=88?= =?UTF-8?q?=D0=B8=D0=BD?= Date: Sat, 12 Sep 2026 15:08:04 +0300 Subject: [PATCH] release: v2.0.0 --- docs/api.md | 2 +- frontend/index.html | 2 +- frontend/sw.js | 2 +- pyproject.toml | 2 +- pysim_otaman_server/server.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/api.md b/docs/api.md index f424e27..c5ca26e 100644 --- a/docs/api.md +++ b/docs/api.md @@ -55,7 +55,7 @@ Returns server version for compatibility checking. **Example response:** ```json -{"version": "1.9.28"} +{"version": "2.0.0"} ``` ### `GET /api/status` diff --git a/frontend/index.html b/frontend/index.html index dbe794d..fbb4dce 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -18,7 +18,7 @@
-

OTAMan SIM OTA with a Human Face v1.9.28

+

OTAMan SIM OTA with a Human Face v2.0.0

github diff --git a/frontend/sw.js b/frontend/sw.js index a158823..bcd5b57 100644 --- a/frontend/sw.js +++ b/frontend/sw.js @@ -1,4 +1,4 @@ -const CACHE = 'otaman-v102'; +const CACHE = 'otaman-v103'; const URLS = [ 'index.html', 'help.html', diff --git a/pyproject.toml b/pyproject.toml index 60b965b..6001631 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pysim-otaman-server" -version = "1.9.28" +version = "2.0.0" description = "HTTP REST server wrapping pysim for the OTAMan PWA" requires-python = ">=3.8" # pysim is a git-only dependency installed explicitly by setup.bat/setup.sh. diff --git a/pysim_otaman_server/server.py b/pysim_otaman_server/server.py index d9d371e..6204692 100644 --- a/pysim_otaman_server/server.py +++ b/pysim_otaman_server/server.py @@ -19,7 +19,7 @@ from osmocom.construct import GsmOrUcs2Adapter from osmocom.tlv import BER_TLV_IE -VERSION = '1.9.28' +VERSION = '2.0.0' MAX_ENVELOPE_SEGMENTS = 5 # max SMS segments for outgoing C-APDU in ENVELOPE