From 35f66861e84355e26242d6b7db273f88c59197fe Mon Sep 17 00:00:00 2001 From: Felipe Rios Date: Mon, 23 Mar 2026 17:25:39 -0300 Subject: [PATCH] chore(bump): bumped version to 1.2.1 Signed-off-by: Felipe Rios --- CHANGELOG.md | 2 ++ database_sync/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd1406b..d66a4db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ Exceptions are acceptable depending on the circumstances (critical bug fixes tha ## [Unreleased] +## [1.2.1] - 2026-03-23 + ### Fixed - fixed Docker build failing with `lstat /dist: no such file or directory` by making `app.Dockerfile` self-contained with PDM build inside the container diff --git a/database_sync/__init__.py b/database_sync/__init__.py index c68196d..a955fda 100644 --- a/database_sync/__init__.py +++ b/database_sync/__init__.py @@ -1 +1 @@ -__version__ = "1.2.0" +__version__ = "1.2.1"