From 0ca27a5bac97db05e7e80ae795f36bbd34dc4200 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 15 Mar 2026 10:43:09 +0000 Subject: [PATCH] Bump versions to 2.2.362 / 0.0.58 and update changelog Co-authored-by: SharonHart <15013757+SharonHart@users.noreply.github.com> --- CHANGELOG.md | 6 +++--- presidio-analyzer/pyproject.toml | 2 +- presidio-anonymizer/pyproject.toml | 2 +- presidio-image-redactor/pyproject.toml | 2 +- presidio/pyproject.toml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11bcf6e84..acfcd13e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/presidio-analyzer/pyproject.toml b/presidio-analyzer/pyproject.toml index cb42dd05c..c635cb865 100644 --- a/presidio-analyzer/pyproject.toml +++ b/presidio-analyzer/pyproject.toml @@ -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" diff --git a/presidio-anonymizer/pyproject.toml b/presidio-anonymizer/pyproject.toml index 7017c8527..c5592620f 100644 --- a/presidio-anonymizer/pyproject.toml +++ b/presidio-anonymizer/pyproject.toml @@ -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" diff --git a/presidio-image-redactor/pyproject.toml b/presidio-image-redactor/pyproject.toml index 612def41e..9a177c204 100644 --- a/presidio-image-redactor/pyproject.toml +++ b/presidio-image-redactor/pyproject.toml @@ -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" diff --git a/presidio/pyproject.toml b/presidio/pyproject.toml index 3bce892eb..c6b8e7c6a 100644 --- a/presidio/pyproject.toml +++ b/presidio/pyproject.toml @@ -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"