File tree Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- <a id =' changelog-1.15.1 ' ></a >
3+ <a id =' changelog-1.15.2 ' ></a >
44
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.
610
711### Fixed
812
9- - Fix release CI job failure .
13+ - ` GGClient ` no longer crashes when it receives a server response with no Content-Type header .
1014
11- <a id =' changelog-1.15.0 ' ></a >
15+ <a id =' changelog-1.15.1 ' ></a >
1216
13- ## 1.15.0 — 2024-06-24
17+ ## 1.15.1 — 2024-06-24
1418
15- ### Changed
19+ Yanked: release process issue.
1620
17- - The project now uses [ pdm ] ( https://pdm-project.org/ ) instead of pipenv.
21+ < a id = ' changelog-1.15.0 ' ></ a >
1822
19- ### Fixed
23+ ## 1.15.0 — 2024-06-24
2024
21- - ` GGClient ` no longer crashes when it receives a server response with no Content-Type header .
25+ Yanked: release process issue .
2226
2327<a id =' changelog-1.14.0 ' ></a >
2428
Original file line number Diff line number Diff line change 33from .client import ContentTooLarge , GGClient , GGClientCallbacks
44
55
6- __version__ = "1.15.1 "
6+ __version__ = "1.15.2 "
77GGClient ._version = __version__
88
99__all__ = ["GGClient" , "GGClientCallbacks" , "ContentTooLarge" ]
You can’t perform that action at this time.
0 commit comments