From bba2d7d4a0c17291725260e7f5ac7bee7ea94376 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Judith=20S=C3=A1inz-Pardo=20D=C3=ADaz?= Date: Thu, 30 Jul 2026 10:50:49 +0200 Subject: [PATCH] chore(main): release 1.3.6 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pycanon/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1403ce1..47f0a4a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.5" + ".": "1.3.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a0eda3c..0de2f33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.3.6](https://github.com/IFCA-Advanced-Computing/pycanon/compare/v1.3.5...v1.3.6) (2026-07-30) + + +### Documentation + +* add CITATION.cff for software citation guidelines ([41d5ba8](https://github.com/IFCA-Advanced-Computing/pycanon/commit/41d5ba8cee55c350f29c99dfd601c3a9db91d196)) +* bump release version to 1.3.5 ([3561f35](https://github.com/IFCA-Advanced-Computing/pycanon/commit/3561f350b3a145f1ae487851580bf881980b6529)) + ## [1.3.5](https://github.com/IFCA-Advanced-Computing/pycanon/compare/v1.3.4...v1.3.5) (2026-05-15) diff --git a/pycanon/__init__.py b/pycanon/__init__.py index 0826563..849bdc0 100644 --- a/pycanon/__init__.py +++ b/pycanon/__init__.py @@ -16,4 +16,4 @@ """pyCANON is a library to check the values of the most common data privacy models.""" -__version__ = "1.3.5" +__version__ = "1.3.6" diff --git a/pyproject.toml b/pyproject.toml index ee7143d..e7ef2bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pycanon" -version = "1.3.5" +version = "1.3.6" description = "pyCANON: A Python library to check the level of anonymity of a dataset." authors = [ "Judith Sáinz-Pardo Díaz ",