We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ffd24f5 + 30acf33 commit cd0175cCopy full SHA for cd0175c
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## v2.6.1 - 2024-06-04
4
+
5
+### Fixed
6
7
+- [#288](https://github.com/networktocode/circuit-maintenance-parser/pull/288) - Fixed exceptions under Pydantic 1.x.
8
9
+### Dependencies
10
11
+- [#286](https://github.com/networktocode/circuit-maintenance-parser/pull/286) - Added support for `lxml` 5.x.
12
13
## v2.6.0 - 2024-04-04
14
15
### Added
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "circuit-maintenance-parser"
-version = "2.6.0"
+version = "2.6.1"
description = "Python library to parse Circuit Maintenance notifications and return a structured data back"
authors = ["Network to Code <[email protected]>"]
license = "Apache-2.0"
0 commit comments