Skip to content

Commit e1c2d5f

Browse files
committed
upgrade to 5.0.1
1 parent 2de1c2c commit e1c2d5f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# IPInfo Changelog
22

3+
## 5.0.1
4+
5+
- Fixed a bug where in the sync handler's batch functions and in the async
6+
handler's batch iterator function, the same IP was getting added twice to the
7+
lookup list if it wasn't in the cache.
8+
39
## 5.0.0
410

511
- BREAKING: No longer requiring a JSON file for changing the

ipinfo/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SDK_VERSION = "5.0.0"
1+
SDK_VERSION = "5.0.1"

0 commit comments

Comments
 (0)