Skip to content

Commit 6f89576

Browse files
author
Sebastian Goscik
committed
Bump version: 0.14.1 → 0.14.2
1 parent baf080f commit 6f89576

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.14.1
2+
current_version = 0.14.2
33
commit = True
44
tag = True
55

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LABEL maintainer="ep1cman"
77

88
WORKDIR /app
99

10-
COPY dist/unifi_protect_backup-0.14.1.tar.gz sdist.tar.gz
10+
COPY dist/unifi_protect_backup-0.14.2.tar.gz sdist.tar.gz
1111

1212
# https://github.com/rust-lang/cargo/issues/2808
1313
ENV CARGO_NET_GIT_FETCH_WITH_CLI=true

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "unifi_protect_backup"
7-
version = "0.14.1"
7+
version = "0.14.2"
88
description = "Python tool to backup unifi event clips in realtime."
99
readme = "README.md"
1010
license = {text = "MIT"}

unifi_protect_backup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """sebastian.goscik"""
44
__email__ = "sebastian@goscik.com"
5-
__version__ = "0.14.1"
5+
__version__ = "0.14.2"
66

77
from .downloader import VideoDownloader
88
from .downloader_experimental import VideoDownloaderExperimental

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)