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: CHANGELOG.rst
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,29 @@ The format is based on
7
7
`Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`__, and this project
8
8
adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`__.
9
9
10
+
Version 1.4.3 (2024-02-21)
11
+
--------------------------
12
+
13
+
Changed
14
+
*******
15
+
16
+
- Every `datetime.date <https://docs.python.org/library/datetime.html#datetime.date>`__ is now timezone aware, using the CodinGame
17
+
timezone (UTC).
18
+
- `ClashOfCode.creation_time <https://codingame.readthedocs.io/en/latest/api.html#codingame.ClashOfCode.creation_time>`__ can be ``None`` because of an API change
19
+
by CodinGame.
20
+
21
+
Fixed
22
+
*****
23
+
24
+
- `KeyError <https://docs.python.org/library/exceptions.html#KeyError>`__ was raised when using `Client.get_clash_of_code <https://codingame.readthedocs.io/en/latest/api.html#codingame.Client.get_clash_of_code>`__ because
25
+
of an API change by CodinGame.
26
+
27
+
Removed
28
+
*******
29
+
30
+
- Removed support for python 3.7 as it has reached its end of life. For more
31
+
information, see `PEP 537 <https://peps.python.org/pep-0537/#lifespan>`__.
0 commit comments