Skip to content

Commit 23982ec

Browse files
committed
chore: patch v1.2.7 release
1 parent ed00b54 commit 23982ec

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /code
44

55
RUN apk add --no-cache curl
66

7-
ENV TORRRA_VERSION=1.2.6
7+
ENV TORRRA_VERSION=1.2.7
88
ENV PYTHONDONTWRITEBYTECODE=1
99
ENV PYTHONUNBUFFERED=1
1010
ENV PIP_ROOT_USER_ACTION=ignore

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = "Torrra"
1010
copyright = "2025, stabldev"
1111
author = "stabldev"
12-
release = "1.2.6"
12+
release = "1.2.7"
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "torrra"
3-
version = "1.2.6"
3+
version = "1.2.7"
44
description = "A Python tool that lets you find and download torrents without leaving your CLI."
55
readme = "README.md"
66
authors = [{ name = "stabldev", email = "[email protected]" }]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)