File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.11 .0
2+ current_version = 0.12 .0
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ LABEL maintainer="ep1cman"
77
88WORKDIR /app
99
10- COPY dist/unifi_protect_backup-0.11 .0.tar.gz sdist.tar.gz
10+ COPY dist/unifi_protect_backup-0.12 .0.tar.gz sdist.tar.gz
1111
1212# https://github.com/rust-lang/cargo/issues/2808
1313ENV CARGO_NET_GIT_FETCH_WITH_CLI=true
Original file line number Diff line number Diff line change 11[tool ]
22[tool .poetry ]
33name = " unifi_protect_backup"
4- version = " 0.11 .0"
4+ version = " 0.12 .0"
55homepage = " https://github.com/ep1cman/unifi-protect-backup"
66description = " Python tool to backup unifi event clips in realtime."
77authors = [" sebastian.goscik <sebastian@goscik.com>" ]
Original file line number Diff line number Diff line change 22
33__author__ = """sebastian.goscik"""
44__email__ = "sebastian@goscik.com"
5- __version__ = "0.11 .0"
5+ __version__ = "0.12 .0"
66
77from .downloader import VideoDownloader
88from .downloader_experimental import VideoDownloaderExperimental
You can’t perform that action at this time.
0 commit comments