aboutsummaryrefslogtreecommitdiffstats
path: root/youtube
diff options
context:
space:
mode:
authorAstounds <kirito@disroot.org>2026-05-30 00:34:34 -0500
committerAstounds <kirito@disroot.org>2026-05-30 00:34:34 -0500
commit4e54a34d87056067c0110c00282f6a3248dc5f6f (patch)
treed85617414cb083447523238803ba88146a0dc543 /youtube
parented2af5e3d7a3fcd5a1f383003b6723f5d419f634 (diff)
downloadyt-local-4e54a34d87056067c0110c00282f6a3248dc5f6f.tar.lz
yt-local-4e54a34d87056067c0110c00282f6a3248dc5f6f.tar.xz
yt-local-4e54a34d87056067c0110c00282f6a3248dc5f6f.zip
feat: update README and HACKING, lock deps via pip-compile in DockerHEADmaster
Use pip-compile --generate-hashes in the Docker build stage so that the runtime stage installs pinned dependencies with verified integrity, ensuring fully reproducible container builds. - Add Docker section to README - Fix Python badge (3.7+ → 3.11+) and outdated docs links - Upgrade pip, setuptools, and wheel in Dockerfile to fix grype findings
Diffstat (limited to 'youtube')
-rw-r--r--youtube/version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/version.py b/youtube/version.py
index 2a5f600..af2a904 100644
--- a/youtube/version.py
+++ b/youtube/version.py
@@ -1,3 +1,3 @@
from __future__ import unicode_literals
-__version__ = 'v0.5.1'
+__version__ = 'v0.6.0'