From 4a858a0800b50be40d5f30a01bbe69993f481f5b Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Tue, 16 Dec 2025 19:29:15 +0100 Subject: [PATCH] Release version 1.0.2 --- CHANGELOG.md | 5 +++++ MIRRORS | 2 +- pyproject.toml | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79d6a4f..0401689 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.0.2] - 2025-12-16 + +* Name conflicts; Set module name to: docoli + + ## [1.0.1] - 2025-12-16 * Now buildable via python diff --git a/MIRRORS b/MIRRORS index 2868eca..d38c1cf 100644 --- a/MIRRORS +++ b/MIRRORS @@ -1,4 +1,4 @@ git@github.com:kevinveenbirkenbach/dotlinker.git ssh://git@git.veen.world:2201/kevinveenbirkenbach/dotlinker.git ssh://git@code.infinito.nexus:2201/kevinveenbirkenbach/dotlinker.git -https://pypi.org/project/doli/ +https://pypi.org/project/docoli/ diff --git a/pyproject.toml b/pyproject.toml index abcb1a2..2f8f169 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,8 +3,8 @@ requires = ["hatchling"] build-backend = "hatchling.build" [project] -name = "doli" -version = "1.0.1" +name = "docoli" +version = "1.0.2" description = "Config linker for chezmoi and Nextcloud" readme = "README.md" requires-python = ">=3.10"