From 26e2eadf74746aab2e651fa2f183df2ddaa6894b Mon Sep 17 00:00:00 2001 From: alphahm Date: Sat, 28 Jan 2023 15:34:44 +0000 Subject: [PATCH] prepare release 1.0.5 --- CHANGES.md | 10 ++++++++-- setup.py | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 96d648e..2c8815e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,11 @@ # Changelog +## v1.0.5 +* Fix [#16](https://github.com/alphahm/adhanpy/issues/16) where method is either not provided or +explicitly set to `None` when initialising `CalculationParameters` results in an `AttributeError` +in `PrayerTimes` + ## v1.0.4 -* Fix [#4](https://github.com/alphahm/adhanpy/issues/4) where rounding of minutes function tried to incorrectly set 60 for minutes on a datetime object. -* Bring support for Python 3.9 \ No newline at end of file +* Fix [#4](https://github.com/alphahm/adhanpy/issues/4) where rounding of minutes function tried to +incorrectly set 60 for minutes on a datetime object. +* Bring support for Python 3.9 diff --git a/setup.py b/setup.py index 110ca62..4a5f4a7 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="adhanpy", - version="1.0.4", + version="1.0.5", author="alphahm", url="https://github.com/alphahm/adhanpy", description="An offline library calculating prayer times",