Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kh4lidMD authored Dec 3, 2022
1 parent 6f5e630 commit fe52480
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,19 @@ See the [Wiki](https://www.github.com/Kh4lidMD/AlAdhan/wiki)

# Versioning

v4.0.0 (Alpha) **Latest**
v4.1.0 (Alpha) **Latest**

- Added custom exceptions especially for the following return codes:
- 400 Bad Request error: `BadRequestException`
- 429 Rate limited error: `RateLimitedException`
- 500 Internal Server error: `ServerErrorException`

_They're avaialble in the `aladhan.exceptions`, could be directly imported from the `aladhan` module._
- New Wiki page: [Exception Handling](https://www.github.com/Kh4lidMD/AlAdhan/wiki/Exception-Handling)

_Started to save a copy of the Wiki pages in every release._

v4.0.0 (Alpha)

- Removed the `get_prayer_times` method, replaced with `get_today_times`, `get_calendar_times`, and `get_annual_times` methods.
- Fixed missing usage of `year` and `month` arguments in the calendar method.
Expand Down

0 comments on commit fe52480

Please sign in to comment.