Skip to content

Commit f300fc7

Browse files
authored
Merge pull request #35 from IFCA-Advanced-Computing/release-please--branches--main
chore(main): release 1.0.4
2 parents 1b379cc + cb511eb commit f300fc7

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.3"
2+
".": "1.0.4"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.4](https://github.com/IFCA-Advanced-Computing/pycanon/compare/v1.0.3...v1.0.4) (2025-02-03)
4+
5+
6+
### Documentation
7+
8+
* update intro.rst ([a0701d6](https://github.com/IFCA-Advanced-Computing/pycanon/commit/a0701d64a31225370a0df32a342c09b5e93faa3c))
9+
310
## [1.0.3](https://github.com/IFCA-Advanced-Computing/pycanon/compare/v1.0.2...v1.0.3) (2025-01-14)
411

512

pycanon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
"""pyCANON is a library to check the values of the most common data privacy models."""
1818

19-
__version__ = "1.0.3"
19+
__version__ = "1.0.4"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pycanon"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
description = "pyCANON: A Python library to check the level of anonymity of a dataset."
55
authors = [
66
"Judith Sáinz-Pardo Díaz <sainzpardo@ifca.unican.es>",

0 commit comments

Comments
 (0)