Skip to content

Commit 9854f68

Browse files
authored
Merge branch 'main' into chore/update-mariadb-env-variables-in-compose
2 parents a504ec7 + 97306fe commit 9854f68

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Zetta.IO Technology AS'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = "0.0.1"
25+
release = "1.4.1"
2626

2727
# -- General configuration ---------------------------------------------------
2828

src/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM restic/restic:0.18.0
1+
FROM restic/restic:0.17.3
22

33
RUN apk update && apk add \
44
python3 \

src/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[project]
22
name = "restic_compose_backup"
3-
version = "0.0.1"
3+
4+
version = "1.4.1"
45
description = "Backup Docker Compose volumes and databases with Restic"
56
requires-python = ">=3.12"
67
dependencies = [
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
__version__ = "0.0.1"
1+
2+
__version__ = "1.4.1"

src/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)