From 86013926e083da387677242af5e76825e76911dc Mon Sep 17 00:00:00 2001 From: Robert Davies Date: Wed, 29 May 2024 15:22:34 -0700 Subject: [PATCH] Bump version to 1.4.1. --- README.md | 4 ++-- immanuel/tools/calculate.py | 4 ++-- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2e2eb6d..b7bb853 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/immanuel/tools/calculate.py b/immanuel/tools/calculate.py index 75adc97..c5cd819 100644 --- a/immanuel/tools/calculate.py +++ b/immanuel/tools/calculate.py @@ -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 @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 69606a8..e26b143 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "robert@theriftlab.com" },