You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Change log for CommonPy
2
2
3
+
## Version 1.12.4
4
+
5
+
Changes in this release:
6
+
* Revise the retry algorithm in `timed_request()` again.
7
+
* Make `timed_request()` print the response text in case of failures
8
+
* Remove `extra_requires` from `setup.py` because it caused installation problems due to the syntax of the requirements file and I don't have patience for figuring out what `setuptools` needs this time.
9
+
10
+
3
11
## Version 1.12.3
4
12
5
13
This release updates the version of the `dateparser` package in `requirements.txt`, to avoid a deprecation warning when using CommonPy's `parsed_datetime(...)` function.
0 commit comments