diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 037c9e3..1403ce1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.4" + ".": "1.3.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2487506..a0eda3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.3.5](https://github.com/IFCA-Advanced-Computing/pycanon/compare/v1.3.4...v1.3.5) (2026-05-15) + + +### Bug Fixes + +* update dependencies ([3052c35](https://github.com/IFCA-Advanced-Computing/pycanon/commit/3052c35417ec060d1acd4282164f6096eb327598)) + + +### Documentation + +* update README ([a22acdf](https://github.com/IFCA-Advanced-Computing/pycanon/commit/a22acdfc4d5c0dcf4dcb158c1f7fa792865f8872)) + ## [1.3.4](https://github.com/IFCA-Advanced-Computing/pycanon/compare/v1.3.3...v1.3.4) (2026-05-14) diff --git a/pycanon/__init__.py b/pycanon/__init__.py index 563da68..0826563 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.4" +__version__ = "1.3.5" diff --git a/pyproject.toml b/pyproject.toml index 999082c..ee7143d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pycanon" -version = "1.3.4" +version = "1.3.5" description = "pyCANON: A Python library to check the level of anonymity of a dataset." authors = [ "Judith Sáinz-Pardo Díaz ",