From fea257b77d71eced5d19cde926a173a96871194a Mon Sep 17 00:00:00 2001 From: Robert Davies Date: Wed, 22 May 2024 17:50:24 -0700 Subject: [PATCH] Bump version to 1.4.0. --- README.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3007496..2e2eb6d 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.3.3/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.3.3/docs/7-contributions.md). +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). ## Documentation -Full documentation is available [here](https://github.com/theriftlab/immanuel-python/tree/v1.3.3/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.0/docs/0-contents.md), or follow the Quick Start below to see how to quickly generate a natal chart. ## Quick Start diff --git a/pyproject.toml b/pyproject.toml index 2dba381..69606a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "immanuel" -version = "1.3.3" +version = "1.4.0" 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" },