Skip to content

Commit c45b97a

Browse files
committed
Cleanup
1 parent bf1c62e commit c45b97a

3 files changed

Lines changed: 13 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# circuit-maintenance-parser
22

3-
`circuit-maintenance-parser` is a Python library that parses circuit maintenance notifications from Network Service Providers (NSPs), converting heterogeneous formats to a well-defined structured format.s
3+
`circuit-maintenance-parser` is a Python library that parses circuit maintenance notifications from Network Service Providers (NSPs), converting heterogeneous formats to a well-defined structured format.
44

55
## Context
66

changes/360.housekeeping

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/release_notes.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,16 @@ This document describes all new features and changes in the release. The format
44

55
<!-- towncrier release notes start -->
66

7-
## [v2.10.0 (2026-01-27)](https://github.com/networktocode/circuit_maintenance_parser/releases/tag/v2.10.0)
7+
# v2.10 Release Notes
8+
9+
This document describes all new features and changes in the release. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
10+
11+
## Release Overview
12+
13+
- Major features or milestones
14+
- Changes to compatibility with Nautobot and/or other apps, libraries etc.
15+
16+
## [v2.10.0 (2026-01-30)](https://github.com/networktocode/circuit_maintenance_parser/releases/tag/v2.10.0)
817

918
### Added
1019

@@ -13,6 +22,7 @@ This document describes all new features and changes in the release. The format
1322
### Dependencies
1423

1524
- [#346](https://github.com/networktocode/circuit_maintenance_parser/issues/346) - Updated minimum Python version to 3.10 and upgraded dependencies including pytest (9.0), pylint (4.0), towncrier (25.8), backoff (2.2), and type stubs
25+
- [#360](https://github.com/networktocode/circuit_maintenance_parser/issues/360) - Updated lxml to include version 6
1626
- [#361](https://github.com/networktocode/circuit_maintenance_parser/issues/361) - Updated timezonefinder to v8.2.0
1727

1828
### Housekeeping
@@ -27,7 +37,7 @@ This document describes all new features and changes in the release. The format
2737

2838
### Fixed
2939

30-
- [#331](https://github.com/networktocode/circuit_maintenance_parser/issues/331) - Fix bug with maintenance_id generation due to CircuitImpact
40+
- [#331](https://github.com/networktocode/circuit_maintenance_parser/issues/331) - Fix bug with `maintenance_id` generation due to CircuitImpact
3141

3242
### Housekeeping
3343

0 commit comments

Comments
 (0)