Skip to content

Commit 9ca991c

Browse files
Mlaz-codepaperclip-resolver[bot]
andauthored
chore: version 0.4.0 (fold timestamp docs; last published 0.3.3) (#12)
Corrects the release version: `is_active` (new field) is the minor that should ship as **0.4.0** (already in main, never tagged). The `timestamp` docstring clarification is doc-only → folds into 0.4.0 (the earlier 0.5.0 over-incremented). Cutting v0.4.0 after merge. Type: chore Co-authored-by: paperclip-resolver[bot] <3736210+paperclip-resolver[bot]@users.noreply.github.com>
1 parent 453ad07 commit 9ca991c

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to the `sharpapi` Python SDK are documented here.
44

5-
## 0.5.0 — 2026-06-02
5+
## 0.4.0 — 2026-06-02
66

77
### Changed
88

@@ -13,8 +13,6 @@ All notable changes to the `sharpapi` Python SDK are documented here.
1313
`odds_changed_at` / `last_seen_at` / `wire_received_at` were never modeled by
1414
this SDK, so no model change is needed. (SHA-1048)
1515

16-
## 0.4.0 — 2026-05-31
17-
1816
### Added
1917

2018
- `OddsLine.is_active` (bool, default `True`). `False` indicates the market is

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "sharpapi"
7-
version = "0.5.0"
7+
version = "0.4.0"
88
description = "Official Python SDK for the SharpAPI real-time sports betting odds API"
99
readme = "README.md"
1010
license = "MIT"

0 commit comments

Comments
 (0)