Skip to content

Commit e9a0001

Browse files
committed
chore(main): release 1.0.1
1 parent f420e19 commit e9a0001

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-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.0"
2+
".": "1.0.1"
33
}

CHANGELOG.md

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

3+
## [1.0.1](https://github.com/IFCA-Advanced-Computing/anjana/compare/v1.0.0...v1.0.1) (2025-01-09)
4+
5+
6+
### Documentation
7+
8+
* fix EU acknowledgement with link to Cordis ([18de191](https://github.com/IFCA-Advanced-Computing/anjana/commit/18de1913acb090eeba482484dc506266ee86b78f))
9+
* update getting_started.rst ([56cf748](https://github.com/IFCA-Advanced-Computing/anjana/commit/56cf74846942e93374c008921b5d2d042bdfce38))
10+
* update index.rst ([f7967ad](https://github.com/IFCA-Advanced-Computing/anjana/commit/f7967ad5884c30d926f2a3cd355d58d20f54951c))
11+
312
## [1.0.0](https://github.com/IFCA-Advanced-Computing/anjana/compare/v0.2.2...v1.0.0) (2024-08-14)
413

514

anjana/__init__.py

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

1717
"""ANJANA is an open source framework for anonymizing data with different techniques."""
1818

19-
__version__ = "1.0.0"
19+
__version__ = "1.0.1"

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 = "anjana"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "ANJANA is an open source framework for applying different anonymity techniques."
55
authors = [
66
"Judith Sáinz-Pardo Díaz <sainzpardo@ifca.unican.es>",

0 commit comments

Comments
 (0)