Skip to content

Commit 998214d

Browse files
release: v0.1.36
1 parent 6a849ae commit 998214d

4 files changed

Lines changed: 8 additions & 8 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.35"
7+
version = "0.1.36"
88
description = "Python SDK for RoxyAPI. Astrology, tarot, numerology, and more."
99
readme = "README.md"
1010
license = "MIT"

specs/openapi.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29640,8 +29640,8 @@
2964029640
"properties": {
2964129641
"active": {
2964229642
"type": "boolean",
29643-
"example": false,
29644-
"description": "Whether Panchaka is in force at sunrise, the panchang day reference. Can be false while startsAt and endsAt are populated when Panchaka begins later in the day."
29643+
"example": true,
29644+
"description": "True when Panchaka is in effect on this date, whether it is already running at sunrise or begins later in the day, in which case startsAt and endsAt give the window. False only when no Panchaka touches this date."
2964529645
},
2964629646
"type": {
2964729647
"type": "string",
@@ -29675,8 +29675,8 @@
2967529675
"properties": {
2967629676
"active": {
2967729677
"type": "boolean",
29678-
"example": false,
29679-
"description": "Whether Bhadra (Vishti Karana) is in force at sunrise, the panchang day reference moment. Can be false while startsAt and endsAt are populated when Bhadra begins later in the day."
29678+
"example": true,
29679+
"description": "True when a Bhadra (Vishti Karana) occurs on this date, in which case startsAt and endsAt give its window. False only when no Bhadra begins on this date."
2968029680
},
2968129681
"startsAt": {
2968229682
"type": "string",
@@ -29696,7 +29696,7 @@
2969629696
"startsAt",
2969729697
"endsAt"
2969829698
],
29699-
"description": "Bhadra (Vishti Karana), the 7th movable karana, avoided for all auspicious activities. Bhadra recurs roughly every 3 to 5 days and lasts about half a tithi, so most occurrences begin after sunrise rather than at it. startsAt and endsAt report the Bhadra beginning on this date regardless of whether it is active at sunrise."
29699+
"description": "Bhadra (Vishti Karana), the 7th movable karana, avoided for all auspicious activities. Bhadra recurs roughly every 3 to 5 days and lasts about half a tithi. active is true whenever a Bhadra is attributed to this date; startsAt and endsAt give the window, which may end on the next calendar day."
2970029700
},
2970129701
"transitions": {
2970229702
"type": "object",

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.35"
1+
VERSION = "0.1.36"

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)