We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4080a74 commit b5e7edbCopy full SHA for b5e7edb
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "telegram-archive"
7
-version = "7.14.0"
+version = "7.15.0"
8
description = "Automated Telegram backup with Docker. Performs incremental backups of messages and media on a configurable schedule."
9
readme = "README.md"
10
requires-python = ">=3.14"
src/__init__.py
@@ -2,4 +2,4 @@
2
Telegram Backup Automation - Main Package
3
"""
-__version__ = "7.14.0"
+__version__ = "7.15.0"
0 commit comments