File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# IPInfo Changelog
22
3+ ## 4.1.0 (WIP)
4+
5+ - Most private functions on all handlers (i.e. those that start with ` _ ` ) are
6+ now moved to ` ipinfo.handler_utils ` .
7+
38## 4.0.0
49
510#### Breaking Changes
611
712- [ PR #32 ] ( https://github.com/ipinfo/python/pull/32 )
8- All EOL Python versions are no longer supported; currently, Python 3.6 or greater is now ** required** .
9- An asynchronous handler is available from ` getHandlerAsync ` which returns an ` AsyncHandler ` which uses ** aiohttp** .
13+ All EOL Python versions are no longer supported; currently, Python 3.6 or
14+ greater is now ** required** .
15+ An asynchronous handler is available from ` getHandlerAsync ` which returns an
16+ ` AsyncHandler ` which uses ** aiohttp** .
1017
1118## 3.0.0
1219
You can’t perform that action at this time.
0 commit comments