From d8f9ac8cb86c8304e45269b66922c561c7021d38 Mon Sep 17 00:00:00 2001 From: Christian Adell Date: Tue, 28 Sep 2021 06:46:46 +0200 Subject: [PATCH] Release v2.0.2 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 236a8b7a..674f2429 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v2.0.2 - 2021-09-28 + +### Fixed + +- #86 - Fix `CombinedProcessor` carries over data from previous parsing + ## v2.0.1 - 2021-09-16 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index ce3142f1..a5d919d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "circuit-maintenance-parser" -version = "2.0.1" +version = "2.0.2" description = "Python library to parse Circuit Maintenance notifications and return a structured data back" authors = ["Network to Code "] license = "Apache-2.0"