Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.5"
".": "1.0.6"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pycanon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <sainzpardo@ifca.unican.es>",
Expand Down
Loading