File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v2.2.4 - 2023-07-12
4
+
5
+ - #230 - Swap out tzwhere for TimezoneFinder
6
+ - #234 - Added upper bound to pydantic dependency
7
+
8
+ ### Changed
9
+
3
10
## v2.2.3 - 2023-03-21
4
11
5
12
### Changed
6
13
7
14
- #216 - Allow Lumen maintenance multiple windows to be parsed
8
15
- #212 - Updated documentation: Contribution section
9
16
- #210 - Ability to parse multiple maintenance windows from Zayo
10
- - #190 - Update Telstra for new notificaiton format
17
+ - #190 - Update Telstra for new notification format
11
18
12
19
### Fixed
13
20
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " circuit-maintenance-parser"
3
- version = " 2.2.3 "
3
+ version = " 2.2.4 "
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