-
Notifications
You must be signed in to change notification settings - Fork 583
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update CHANGELOG.md * Update CHANGELOG.md * update analyzer version * update anonymizer version * update image redactor version * Update pyproject.toml * Update CHANGELOG.md
- Loading branch information
Showing
5 changed files
with
74 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ requires = ["poetry-core"] | |
|
||
[tool.poetry] | ||
name = "presidio_analyzer" | ||
version = "2.2.355" | ||
version = "2.2.356" | ||
description = "Presidio Analyzer package" | ||
authors = ["Presidio <[email protected]>"] | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ requires = ["poetry-core"] | |
|
||
[tool.poetry] | ||
name = "presidio_anonymizer" | ||
version = "2.2.355" | ||
version = "2.2.356" | ||
description = "Presidio Anonymizer package - replaces analyzed text with desired values." | ||
authors = ["Presidio <[email protected]>"] | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ requires = ["poetry-core"] | |
|
||
[tool.poetry] | ||
name = "presidio-image-redactor" | ||
version = "0.0.53" | ||
version = "0.0.54" | ||
description = "Presidio image redactor package" | ||
authors = ["Presidio <[email protected]>"] | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ requires = ["poetry-core"] | |
|
||
[tool.poetry] | ||
name = "presidio_structured" | ||
version = "0.0.2-alpha" | ||
version = "0.0.3-alpha" | ||
description = "Presidio structured package - analyzes and anonymizes structured and semi-structured data." | ||
authors = ["Presidio <[email protected]>"] | ||
license = "MIT" | ||
|