From c739b4c8a0fc0d8719520bbbfe229436d5e1993b Mon Sep 17 00:00:00 2001 From: Christian Adell Date: Wed, 12 Jul 2023 17:07:48 +0200 Subject: [PATCH] Release v2.2.4 --- CHANGELOG.md | 9 ++++++++- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac362d88..0773d58e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v2.2.4 - 2023-07-12 + +- #230 - Swap out tzwhere for TimezoneFinder +- #234 - Added upper bound to pydantic dependency + +### Changed + ## v2.2.3 - 2023-03-21 ### Changed @@ -7,7 +14,7 @@ - #216 - Allow Lumen maintenance multiple windows to be parsed - #212 - Updated documentation: Contribution section - #210 - Ability to parse multiple maintenance windows from Zayo -- #190 - Update Telstra for new notificaiton format +- #190 - Update Telstra for new notification format ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 6495f110..d2afcda2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "circuit-maintenance-parser" -version = "2.2.3" +version = "2.2.4" description = "Python library to parse Circuit Maintenance notifications and return a structured data back" authors = ["Network to Code "] license = "Apache-2.0"