File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
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
+
3
13
## v2.6.0 - 2024-04-04
4
14
5
15
### Added
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " circuit-maintenance-parser"
3
- version = " 2.6.0 "
3
+ version = " 2.6.1 "
4
4
description = " Python library to parse Circuit Maintenance notifications and return a structured data back"
5
5
authors = [" Network to Code <opensource@networktocode.com>" ]
6
6
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments