File tree 2 files changed +14
-10
lines changed
2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- <a id =' changelog-1.15.1 ' ></a >
3
+ <a id =' changelog-1.15.2 ' ></a >
4
4
5
- ## 1.15.1 — 2024-06-24
5
+ ## 1.15.2 — 2024-06-24
6
+
7
+ ### Changed
8
+
9
+ - The project now uses [ pdm] ( https://pdm-project.org/ ) instead of pipenv.
6
10
7
11
### Fixed
8
12
9
- - Fix release CI job failure .
13
+ - ` GGClient ` no longer crashes when it receives a server response with no Content-Type header .
10
14
11
- <a id =' changelog-1.15.0 ' ></a >
15
+ <a id =' changelog-1.15.1 ' ></a >
12
16
13
- ## 1.15.0 — 2024-06-24
17
+ ## 1.15.1 — 2024-06-24
14
18
15
- ### Changed
19
+ Yanked: release process issue.
16
20
17
- - The project now uses [ pdm ] ( https://pdm-project.org/ ) instead of pipenv.
21
+ < a id = ' changelog-1.15.0 ' ></ a >
18
22
19
- ### Fixed
23
+ ## 1.15.0 — 2024-06-24
20
24
21
- - ` GGClient ` no longer crashes when it receives a server response with no Content-Type header .
25
+ Yanked: release process issue .
22
26
23
27
<a id =' changelog-1.14.0 ' ></a >
24
28
Original file line number Diff line number Diff line change 3
3
from .client import ContentTooLarge , GGClient , GGClientCallbacks
4
4
5
5
6
- __version__ = "1.15.1 "
6
+ __version__ = "1.15.2 "
7
7
GGClient ._version = __version__
8
8
9
9
__all__ = ["GGClient" , "GGClientCallbacks" , "ContentTooLarge" ]
You can’t perform that action at this time.
0 commit comments