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
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,28 @@
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
+
11
+
## Version 1.12.3
12
+
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.
14
+
15
+
16
+
## Version 1.12.2
17
+
18
+
This release updates the versions of dependencies in `requirements.txt`.
19
+
20
+
21
+
## Version 1.12.1
22
+
23
+
This version prevents certain exceptions from being buried and ignored, and improves the network failure retry algorithm.
0 commit comments