Skip to content

Commit 8601392

Browse files
committed
Bump version to 1.4.1.
1 parent 304c489 commit 8601392

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Immanuel's output is currently available in the following locales / languages:
2121
* **pt_BR:** Brazilian Portuguese
2222
* **es_ES:** Spanish
2323

24-
See [here](https://github.com/theriftlab/immanuel-python/tree/v1.4.0/docs/5-settings.md#locale) for details on how to switch. The documentation itself is not currently available in other translations. To contribute in-software translations, see [here](https://github.com/theriftlab/immanuel-python/tree/v1.4.0/docs/7-contributions.md).
24+
See [here](https://github.com/theriftlab/immanuel-python/tree/v1.4.1/docs/5-settings.md#locale) for details on how to switch. The documentation itself is not currently available in other translations. To contribute in-software translations, see [here](https://github.com/theriftlab/immanuel-python/tree/v1.4.1/docs/7-contributions.md).
2525

2626
## Documentation
2727

28-
Full documentation is available [here](https://github.com/theriftlab/immanuel-python/tree/v1.4.0/docs/0-contents.md), or follow the Quick Start below to see how to quickly generate a natal chart.
28+
Full documentation is available [here](https://github.com/theriftlab/immanuel-python/tree/v1.4.1/docs/0-contents.md), or follow the Quick Start below to see how to quickly generate a natal chart.
2929

3030
## Quick Start
3131

immanuel/tools/calculate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def is_object_movement_typical(object: dict) -> bool:
8989
chart.PRE_NATAL_SOLAR_ECLIPSE,
9090
chart.PRE_NATAL_LUNAR_ECLIPSE,
9191
chart.POST_NATAL_SOLAR_ECLIPSE,
92-
chart.POST_NATAL_SOLAR_ECLIPSE
92+
chart.POST_NATAL_SOLAR_ECLIPSE,
9393
):
9494
return object['speed'] == 0.0
9595

@@ -99,7 +99,7 @@ def is_object_movement_typical(object: dict) -> bool:
9999
chart.NORTH_NODE,
100100
chart.SOUTH_NODE,
101101
chart.TRUE_NORTH_NODE,
102-
chart.TRUE_SOUTH_NODE
102+
chart.TRUE_SOUTH_NODE,
103103
)
104104

105105
return movement == calc.RETROGRADE if is_node else movement == calc.DIRECT

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 = "immanuel"
7-
version = "1.4.0"
7+
version = "1.4.1"
88
description = "Quickly produce both human-readable and JSON-formatted astrology chart data based on the Swiss Ephemeris and astro.com."
99
authors = [
1010
{ name = "Robert Davies", email = "robert@theriftlab.com" },

0 commit comments

Comments
 (0)