Skip to content

Commit

Permalink
Bump version to 1.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
theriftlab committed May 29, 2024
1 parent 304c489 commit 8601392
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ Immanuel's output is currently available in the following locales / languages:
* **pt_BR:** Brazilian Portuguese
* **es_ES:** Spanish

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).
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).

## Documentation

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.
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.

## Quick Start

Expand Down
4 changes: 2 additions & 2 deletions immanuel/tools/calculate.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def is_object_movement_typical(object: dict) -> bool:
chart.PRE_NATAL_SOLAR_ECLIPSE,
chart.PRE_NATAL_LUNAR_ECLIPSE,
chart.POST_NATAL_SOLAR_ECLIPSE,
chart.POST_NATAL_SOLAR_ECLIPSE
chart.POST_NATAL_SOLAR_ECLIPSE,
):
return object['speed'] == 0.0

Expand All @@ -99,7 +99,7 @@ def is_object_movement_typical(object: dict) -> bool:
chart.NORTH_NODE,
chart.SOUTH_NODE,
chart.TRUE_NORTH_NODE,
chart.TRUE_SOUTH_NODE
chart.TRUE_SOUTH_NODE,
)

return movement == calc.RETROGRADE if is_node else movement == calc.DIRECT
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "immanuel"
version = "1.4.0"
version = "1.4.1"
description = "Quickly produce both human-readable and JSON-formatted astrology chart data based on the Swiss Ephemeris and astro.com."
authors = [
{ name = "Robert Davies", email = "[email protected]" },
Expand Down

0 comments on commit 8601392

Please sign in to comment.