We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b1143c commit b50fb03Copy full SHA for b50fb03
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [0.2.3] 2025-10-23
4
+
5
+Wait on 429 responses.
6
7
## [0.2.2] 2021-12-18
8
9
`whoare-serve` allows re-running the same domains after 100 iterations.
whoare/__init__.py
@@ -1,5 +1,5 @@
package_name = 'whoare'
-__version__ = '0.2.2'
+__version__ = '0.2.3'
def require_update_pypi():
0 commit comments