Skip to content

Commit c9c6576

Browse files
committed
v0.9.2: Release docs/tests contract alignment
Bump the package version to 0.9.2 so the latest financials/analytics contract-alignment updates can be published to PyPI without file-name reuse conflicts. Made-with: Cursor
1 parent 013997e commit c9c6576

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to the `sahmk` Python SDK will be documented in this file.
44

55
This project follows [Semantic Versioning](https://semver.org/).
66

7+
## [0.9.2] — 2026-04-30
8+
9+
### Changed
10+
11+
- Align docs/examples/tests with current API contract:
12+
- `financials` responses do not include `meta`
13+
- analytics `meta` remains minimal (`period`, `metrics`, `warnings`)
14+
715
## [0.9.1] — 2026-04-30
816

917
### Fixed

pyproject.toml

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

55
[project]
66
name = "sahmk"
7-
version = "0.9.1"
7+
version = "0.9.2"
88
description = "Official Python SDK for Sahmk — Saudi market data and richer market workflows for developers."
99
readme = "README.md"
1010
requires-python = ">=3.9"

sahmk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
Liquidity,
4040
)
4141

42-
__version__ = "0.9.1"
42+
__version__ = "0.9.2"
4343
__all__ = [
4444
"SahmkClient",
4545
"SahmkError",

0 commit comments

Comments
 (0)