Skip to content

Commit 763cc39

Browse files
committed
chore(release): 1.15.2
1 parent 59f2fc6 commit 763cc39

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

CHANGELOG.md

+13-9
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,28 @@
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

pygitguardian/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from .client import ContentTooLarge, GGClient, GGClientCallbacks
44

55

6-
__version__ = "1.15.1"
6+
__version__ = "1.15.2"
77
GGClient._version = __version__
88

99
__all__ = ["GGClient", "GGClientCallbacks", "ContentTooLarge"]

0 commit comments

Comments
 (0)