Skip to content

Commit 3e99847

Browse files
committed
chore(release): 1.15.1
1 parent 4b0938f commit 3e99847

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
<a id='changelog-1.15.1'></a>
4+
5+
## 1.15.1 — 2024-06-24
6+
7+
### Fixed
8+
9+
- Fix release CI job failure.
10+
311
<a id='changelog-1.15.0'></a>
412

513
## 1.15.0 — 2024-06-24

changelog.d/20240624_103236_aurelien.gateau_fix_release_job.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

pygitguardian/__init__.py

Lines changed: 1 addition & 1 deletion
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.0"
6+
__version__ = "1.15.1"
77
GGClient._version = __version__
88

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

0 commit comments

Comments
 (0)