Skip to content

Commit 6f51ba3

Browse files
Bump version
1 parent e1627b5 commit 6f51ba3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [4.0.0] - 2024-06-14
911
### Changed
1012
- Require Python 3.8+.
1113
- Add new functions for retrieving Autonomous System data: `batch_lookup_asns`, `lookup_asn`, `origin_lookup_asn`.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name = 'ipregistry'
1818
license = 'Apache-2.0'
1919
readme = 'README.md'
2020
repository = 'https://github.com/ipregistry/ipregistry-python'
21-
version = '3.2.0'
21+
version = '4.0.0'
2222

2323
[tool.poetry.dependencies]
2424
cachetools = '^5.3.3'
@@ -31,4 +31,4 @@ pytest = '>=6.2.5'
3131

3232
[build-system]
3333
requires = ["poetry-core"]
34-
build-backend = "poetry.core.masonry.api"
34+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)