From 52cb30d85647747bd508e9ed8624f5f238e0dad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Judith=20S=C3=A1inz-Pardo=20D=C3=ADaz?= Date: Tue, 20 Aug 2024 11:31:17 +0200 Subject: [PATCH] chore(main): release 1.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ anjana/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..8d7e5f1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 45ef6a4..0446491 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.1](https://github.com/IFCA-Advanced-Computing/anjana/compare/v1.0.0...v1.0.1) (2024-08-20) + + +### Documentation + +* fix EU acknowledgement with link to Cordis ([18de191](https://github.com/IFCA-Advanced-Computing/anjana/commit/18de1913acb090eeba482484dc506266ee86b78f)) +* update index.rst ([f7967ad](https://github.com/IFCA-Advanced-Computing/anjana/commit/f7967ad5884c30d926f2a3cd355d58d20f54951c)) + ## [1.0.0](https://github.com/IFCA-Advanced-Computing/anjana/compare/v0.2.2...v1.0.0) (2024-08-14) diff --git a/anjana/__init__.py b/anjana/__init__.py index 5a0f31b..c7b3e11 100644 --- a/anjana/__init__.py +++ b/anjana/__init__.py @@ -16,4 +16,4 @@ """ANJANA is an open source framework for anonymizing data with different techniques.""" -__version__ = "1.0.0" +__version__ = "1.0.1" diff --git a/pyproject.toml b/pyproject.toml index 6a3603d..89ec2d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "anjana" -version = "1.0.0" +version = "1.0.1" description = "ANJANA is an open source framework for applying different anonymity techniques." authors = [ "Judith Sáinz-Pardo Díaz ",