Skip to content

Commit ee62937

Browse files
release: v0.1.37
1 parent 998214d commit ee62937

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

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

55
[project]
66
name = "roxy-sdk"
7-
version = "0.1.36"
7+
version = "0.1.37"
88
description = "Python SDK for RoxyAPI. Astrology, tarot, numerology, and more."
99
readme = "README.md"
1010
license = "MIT"

specs/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
},
7676
{
7777
"name": "Location and Timezone",
78-
"description": "City search and geocoding API with 7,000+ cities across 227 countries, returning latitude, longitude, IANA timezone, and DST-aware UTC offset. The location layer for birth chart forms, horoscope apps, event planners, and any feature that needs place-to-coordinates resolution. Fully offline dataset with sub-5ms lookups and fields that map directly to the astrology endpoints. One key covers every RoxyAPI domain, with Remote MCP and typed SDKs."
78+
"description": "City search and geocoding API with 23,000+ cities across 240+ countries, returning latitude, longitude, IANA timezone, and DST-aware UTC offset. The location layer for birth chart forms, horoscope apps, event planners, and any feature that needs place-to-coordinates resolution. Fully offline dataset with sub-5ms lookups and fields that map directly to the astrology endpoints. One key covers every RoxyAPI domain, with Remote MCP and typed SDKs."
7979
},
8080
{
8181
"name": "Usage",

src/roxy_sdk/factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3845,7 +3845,7 @@ async def list_angel_numbers_async(self, *, limit: int | None = None, offset: in
38453845

38463846

38473847
class LocationDomain(_BaseDomain):
3848-
"""City search and geocoding API with 7,000+ cities across 227 countries, returning latitude, longitude, IANA timezone,..."""
3848+
"""City search and geocoding API with 23,000+ cities across 240+ countries, returning latitude, longitude, IANA timezone..."""
38493849

38503850
def get_cities_by_country(self, *, iso2: str, limit: int | None = None, offset: int | None = None) -> Any:
38513851
"""Get cities in a country - Geocoding directory sorted by population"""

src/roxy_sdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.1.36"
1+
VERSION = "0.1.37"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)