Skip to content

Commit 6f651e5

Browse files
committed
Bump to v1.4.2.
1 parent 53b9651 commit 6f651e5

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

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.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).
24+
See [here](https://github.com/theriftlab/immanuel-python/tree/v1.4.2/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.2/docs/7-contributions.md).
2525

2626
## Documentation
2727

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

3030
## Quick Start
3131

docs/3-examples.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ native = charts.Subject(
2424

2525
The optional `time_is_dst` parameter is a boolean to clarify ambiguous times - for example 1:30am on a night when switching to US daylight savings could be in either the standard or the DST timezone. To specify which one, pass either `True` or `False` to this argument. For all other non-ambiguous times, `time_is_dst` can safely be omitted.
2626

27+
There is also an optional `timezone_offset` parameter. This is a float which explicitly sets the UTC offset in hours for the location specified by the passed coordinates. While Immanuel will do its best to look up the correct timezone for the coordinates, it might not always be accurate, especially when boundaries or offsets have changed since the given birth date. This parameter can safely be ignored for most use cases.
28+
2729
To generate one of each type of supported chart, you could do the following:
2830

2931
```python

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.1"
7+
version = "1.4.2"
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)