Skip to content

Commit 03f6cc4

Browse files
committed
Updates the naming.
1 parent 3b653e3 commit 03f6cc4

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

docs/release_notes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ This document describes all new features and changes in the release. The format
1212

1313
### Dependencies
1414

15-
- [#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
1615
- [#360](https://github.com/networktocode/circuit-maintenance-parser/issues/360) - Updated lxml to include version 6
1716
- [#361](https://github.com/networktocode/circuit-maintenance-parser/issues/361) - Updated timezonefinder to v8.2.0
1817

@@ -40,7 +39,7 @@ This document describes all new features and changes in the release. The format
4039

4140
### Dependencies
4241

43-
- [#345](https://github.com/networktocode/circuit_maintenance_parser/issues/345) - Updated minimum Python version to 3.10 and upgraded dependencies including pytest (9.0), pylint (4.0), towncrier (25.8), backoff (2.2), timezonefinder (8.2), and type stubs
42+
- [#345](https://github.com/networktocode/circuit_maintenance_parser/issues/345) - 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
4443

4544
# Changelog
4645

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ testpaths = [
141141
addopts = "-vv --doctest-modules -p no:warnings --ignore-glob='*mock*'"
142142

143143
[tool.towncrier]
144-
package = "circuit_maintenance_parser"
144+
package = "circuit-maintenance-parser"
145145
directory = "changes"
146146
filename = "docs/release_notes.md"
147147
template = "towncrier_template.j2"

0 commit comments

Comments
 (0)