We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6370f7 commit 253ca76Copy full SHA for 253ca76
docs/CHANGELOG.md
@@ -6,6 +6,14 @@ O formato segue [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) e o pro
6
7
---
8
9
+## [1.0.3] - 2026-03-26
10
+
11
+### Fixed
12
13
+- Smoke test no pipeline de publish corrigido (PEP 668 — usar venv em vez de `--system`)
14
15
+---
16
17
## [1.0.2] - 2026-03-26
18
19
Versão de manutenção com melhorias de documentação. Nenhuma mudança no código da biblioteca.
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "hotmart-python"
3
-version = "1.0.2"
+version = "1.0.3"
4
description = "Python SDK for the Hotmart API"
5
authors = [{ name = "Matheus Tenório", email = "matheusct16@gmail.com" }]
license = { text = "Apache-2.0" }
0 commit comments