From d605ce99f919e00e9fd31e73348c0d587d9f71fe Mon Sep 17 00:00:00 2001 From: "paperclip-resolver[bot]" <3736210+paperclip-resolver[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 12:32:12 -0400 Subject: [PATCH] chore: version 0.4.0 (fold timestamp docs into the unreleased 0.4.0; last published was 0.3.3) The is_active field (new field = minor) was bumped to 0.4.0 in main but never tagged/released. The timestamp docstring clarification is doc-only, so it folds into 0.4.0 rather than warranting a 0.5.0. Releasing v0.4.0 (= 0.3.3 + is_active + timestamp docs). Type: chore --- CHANGELOG.md | 4 +--- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb1e649..d7c1cf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the `sharpapi` Python SDK are documented here. -## 0.5.0 — 2026-06-02 +## 0.4.0 — 2026-06-02 ### Changed @@ -13,8 +13,6 @@ All notable changes to the `sharpapi` Python SDK are documented here. `odds_changed_at` / `last_seen_at` / `wire_received_at` were never modeled by this SDK, so no model change is needed. (SHA-1048) -## 0.4.0 — 2026-05-31 - ### Added - `OddsLine.is_active` (bool, default `True`). `False` indicates the market is diff --git a/pyproject.toml b/pyproject.toml index b92b4b7..338d3b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "sharpapi" -version = "0.5.0" +version = "0.4.0" description = "Official Python SDK for the SharpAPI real-time sports betting odds API" readme = "README.md" license = "MIT"