Skip to content

Commit 1f53039

Browse files
committed
chore(main): release 1.1.1
1 parent 5fdef4c commit 1f53039

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.1.0"
2+
".": "1.1.1"
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.1.1](https://github.com/IFCA-Advanced-Computing/anjana/compare/v1.1.0...v1.1.1) (2025-04-21)
4+
5+
6+
### Documentation
7+
8+
* update sphinx version ([5b961a9](https://github.com/IFCA-Advanced-Computing/anjana/commit/5b961a9a91bbfaef825ab26aea15e9320a2f6862))
9+
310
## [1.1.0](https://github.com/IFCA-Advanced-Computing/anjana/compare/v1.0.0...v1.1.0) (2025-01-30)
411

512

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.1.0"
19+
__version__ = "1.1.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.1.0"
3+
version = "1.1.1"
44
description = "ANJANA is an open source framework for applying different anonymity techniques."
55
authors = [
66
"Judith Sáinz-Pardo Díaz <[email protected]>",

0 commit comments

Comments
 (0)