Compare commits
1 Commits
1a65077d0c
...
v1.0.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4f7de18a11 |
4
CHANGELOG.md
Normal file
4
CHANGELOG.md
Normal file
@@ -0,0 +1,4 @@
|
||||
## [1.0.0] - 2025-12-23
|
||||
|
||||
* 🥳
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
rec {
|
||||
matomo-bootstrap = python.pkgs.buildPythonApplication {
|
||||
pname = "matomo-bootstrap";
|
||||
version = "0.1.0"; # keep in sync with pyproject.toml
|
||||
version = "1.0.0"; # keep in sync with pyproject.toml
|
||||
pyproject = true;
|
||||
src = self;
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "matomo-bootstrap"
|
||||
version = "0.1.0"
|
||||
version = "1.0.0"
|
||||
description = "Headless bootstrap tooling for Matomo (installation + API token provisioning)"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
|
||||
Reference in New Issue
Block a user