Bump versions to 2.2.362 / 0.0.58 and update changelog

Co-authored-by: SharonHart <15013757+SharonHart@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-15 10:43:09 +00:00
parent a71fc8f660
commit 0ca27a5bac
5 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
## [unreleased]
## [2.3.0] - 2026-03-15
## [2.2.362] - 2026-03-15
### General
#### Added
- Published `presidio` as a PyPI meta-package that installs `presidio-analyzer` and `presidio-anonymizer`, making `pip install presidio` work as expected. Inspired by and thanks to Sakthi Santhosh Anumand and Harsha Vardhan for the original idea.
@@ -711,8 +711,8 @@ Upgrade Analyzer spacy version to 3.0.5
New endpoint for deanonymizing encrypted entities by the anonymizer.
[unreleased]: https://github.com/microsoft/presidio/compare/2.3.0...HEAD
[2.3.0]: https://github.com/microsoft/presidio/compare/2.2.361...2.3.0
[unreleased]: https://github.com/microsoft/presidio/compare/2.2.362...HEAD
[2.2.362]: https://github.com/microsoft/presidio/compare/2.2.361...2.2.362
[2.2.361]: https://github.com/microsoft/presidio/compare/2.2.360...2.2.361
[2.2.360]: https://github.com/microsoft/presidio/compare/2.2.359...2.2.360
[2.2.359]: https://github.com/microsoft/presidio/compare/2.2.358...2.2.359

View File

@@ -4,7 +4,7 @@ requires = ["poetry-core"]
[project]
name = "presidio_analyzer"
version = "2.3.0"
version = "2.2.362"
description = "Presidio Analyzer package"
authors = [{name = "Presidio", email = "presidio@microsoft.com"}]
license = "MIT"

View File

@@ -4,7 +4,7 @@ requires = ["poetry-core"]
[project]
name = "presidio_anonymizer"
version = "2.3.0"
version = "2.2.362"
description = "Presidio Anonymizer package - replaces analyzed text with desired values."
authors = [{name = "Presidio", email = "presidio@microsoft.com"}]
license = "MIT"

View File

@@ -4,7 +4,7 @@ requires = ["poetry-core"]
[project]
name = "presidio-image-redactor"
version = "0.1.0"
version = "0.0.58"
description = "Presidio image redactor package"
authors = [{name = "Presidio", email = "presidio@microsoft.com"}]
license = "MIT"

View File

@@ -4,7 +4,7 @@ requires = ["poetry-core"]
[project]
name = "presidio"
version = "2.3.0"
version = "2.2.362"
description = "Presidio - Data Protection and De-identification SDK"
authors = [{name = "Presidio", email = "presidio@microsoft.com"}]
license = "MIT"