Skip to content

Commit

Permalink
Merge pull request #20 from alphahm/release-1.0.5
Browse files Browse the repository at this point in the history
prepare release 1.0.5
  • Loading branch information
alphahm authored Jan 28, 2023
2 parents 9ff9605 + 26e2ead commit bb7ac29
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
* 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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bb7ac29

Please sign in to comment.