Skip to content

Commit 8dbaa2f

Browse files
committed
chore(release): 1.13.0
1 parent f7d04da commit 8dbaa2f

4 files changed

+13
-7
lines changed

CHANGELOG.md

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

3+
<a id='changelog-1.13.0'></a>
4+
5+
## 1.13.0 — 2024-01-30
6+
7+
### Added
8+
9+
- Added maximum payload size as a property of GGClient
10+
11+
### Changed
12+
13+
- Set minimum Python version to >=3.8
14+
315
<a id='changelog-1.12.0'></a>
416

517
## 1.12.0 — 2024-01-08

changelog.d/20240110_095013_fnareoh_scrt_3925_fix_ggshield_creating_too_large_payloads.md

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

changelog.d/20240126_102031_corentin.garcia_remove_3_7.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
@@ -2,7 +2,7 @@
22
from .client import ContentTooLarge, GGClient, GGClientCallbacks
33

44

5-
__version__ = "1.12.0"
5+
__version__ = "1.13.0"
66
GGClient._version = __version__
77

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

0 commit comments

Comments
 (0)