diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 23058a3..bf3786c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.5" + ".": "1.0.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dc8ad2..9d05c07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.0.6](https://github.com/IFCA-Advanced-Computing/pycanon/compare/v1.0.5...v1.0.6) (2025-06-17) + + +### Documentation + +* update .readthedocs.yml ([cada8f0](https://github.com/IFCA-Advanced-Computing/pycanon/commit/cada8f03f8e6400b841df87d60ca687976af836b)) +* update conf.py ([219ce1a](https://github.com/IFCA-Advanced-Computing/pycanon/commit/219ce1a496065765d1ea6a3e97b22a6cc113d8de)) +* update docs ([f472f57](https://github.com/IFCA-Advanced-Computing/pycanon/commit/f472f5730f066822266c50c0b3129a867709ed7c)) + ## [1.0.5](https://github.com/IFCA-Advanced-Computing/pycanon/compare/v1.0.4...v1.0.5) (2025-04-22) diff --git a/pycanon/__init__.py b/pycanon/__init__.py index cdb24ce..f6861db 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.0.5" +__version__ = "1.0.6" diff --git a/pyproject.toml b/pyproject.toml index a5f2e85..d8960be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pycanon" -version = "1.0.5" +version = "1.0.6" description = "pyCANON: A Python library to check the level of anonymity of a dataset." authors = [ "Judith Sáinz-Pardo Díaz ",