Skip to content

Commit 290ec79

Browse files
committed
to v2.4.0
1 parent d8749c9 commit 290ec79

5 files changed

Lines changed: 18 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22

33

44
## Unreleased
5+
6+
7+
## 2.4.0
58
### Added
69
- python 3.13 support
7-
### Fixed Issues
8-
- fixed peeringdb-py/#108: Dependency updates and modernization
10+
### Fixed
11+
- Dependency updates and modernization (#108)
912
### Removed
1013
- python 3.8 support (end of life)
1114

@@ -144,4 +147,4 @@
144147
- lookup net by asn, ixnets to client
145148
### Fixed
146149
- get/whois commands honor --config
147-
- fix #2, pass through settings to db
150+
- fix #2, pass through settings to db

CHANGELOG.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
Unreleased:
2+
added: []
3+
fixed: []
4+
changed: []
5+
deprecated: []
6+
removed: []
7+
security: []
8+
2.4.0:
29
added:
310
- python 3.13 support
411
fixed:
5-
- "Dependency updates and modernization (#108)"
6-
changed: []
7-
deprecated: []
12+
- Dependency updates and modernization (#108)
813
removed:
914
- python 3.8 support (end of life)
10-
security: []
1115
2.3.0:
1216
added:
1317
- python 3.12 support

Ctl/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.0
1+
2.4.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "peeringdb"
3-
version = "2.3.0"
3+
version = "2.4.0"
44
description = "PeeringDB Django models"
55
readme = "README.md"
66
authors = [{ name = "PeeringDB", email = "support@peeringdb.com" }]

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)