Skip to content

Commit e89267a

Browse files
authored
Merge pull request #9 from IFCA-Advanced-Computing/release-please--branches--main
chore(main): release 1.0.2
2 parents 3d75621 + 1d50692 commit e89267a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
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.1.post2"
2+
".": "1.0.2"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [1.0.2](https://github.com/IFCA-Advanced-Computing/pycanon/compare/1.0.1...v1.0.2) (2024-12-09)
4+
5+
6+
### Bug Fixes
7+
8+
* update setup.cfg ([c918944](https://github.com/IFCA-Advanced-Computing/pycanon/commit/c91894416a6e01b8597a05555c60edc5cdedce8f))

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.1.post2"
3+
version = "1.0.2"
44
description = "pyCANON: A Python library to check the level of anonymity of a dataset."
55
authors = [
66
"Judith Sáinz-Pardo Díaz <[email protected]>",

0 commit comments

Comments
 (0)