Skip to content

Commit 41a94a2

Browse files
committed
chore(release): 1.5.1
1 parent 123a385 commit 41a94a2

File tree

3 files changed

+9
-42
lines changed

3 files changed

+9
-42
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.5.1'></a>
4+
5+
## 1.5.1 — 2023-03-29
6+
7+
### Fixed
8+
9+
- Python dependencies were not correctly defined: py-gitguardian was using `marshmallow-dataclass` and `click` without depending on them. The package now explicitly depends on `marshmallow-dataclass` and does not use `click` anymore (#43).
10+
311
<a id='changelog-1.5.0'></a>
412

513
## 1.5.0 - 2022-11-28

changelog.d/20230327_152427_aurelien.gateau_setup_scriv.md

Lines changed: 0 additions & 41 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
33

44

5-
__version__ = "1.5.0"
5+
__version__ = "1.5.1"
66
GGClient._version = __version__
77

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

0 commit comments

Comments
 (0)