Release version 1.0.2
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
## [1.0.2] - 2025-12-16
|
||||||
|
|
||||||
|
* Name conflicts; Set module name to: docoli
|
||||||
|
|
||||||
|
|
||||||
## [1.0.1] - 2025-12-16
|
## [1.0.1] - 2025-12-16
|
||||||
|
|
||||||
* Now buildable via python
|
* Now buildable via python
|
||||||
|
|||||||
2
MIRRORS
2
MIRRORS
@@ -1,4 +1,4 @@
|
|||||||
git@github.com:kevinveenbirkenbach/dotlinker.git
|
git@github.com:kevinveenbirkenbach/dotlinker.git
|
||||||
ssh://git@git.veen.world:2201/kevinveenbirkenbach/dotlinker.git
|
ssh://git@git.veen.world:2201/kevinveenbirkenbach/dotlinker.git
|
||||||
ssh://git@code.infinito.nexus:2201/kevinveenbirkenbach/dotlinker.git
|
ssh://git@code.infinito.nexus:2201/kevinveenbirkenbach/dotlinker.git
|
||||||
https://pypi.org/project/doli/
|
https://pypi.org/project/docoli/
|
||||||
|
|||||||
@@ -3,8 +3,8 @@ requires = ["hatchling"]
|
|||||||
build-backend = "hatchling.build"
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "doli"
|
name = "docoli"
|
||||||
version = "1.0.1"
|
version = "1.0.2"
|
||||||
description = "Config linker for chezmoi and Nextcloud"
|
description = "Config linker for chezmoi and Nextcloud"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
|
|||||||
Reference in New Issue
Block a user