This document records all notable changes to pyluach. This project adheres to Semantic Versioning.
1.2.1 (2020-11-08)
- Fixed molad having weekday of 0 when it should be 7.
1.2.0 (2020-10-28)
- Created isoweekday method for all date types.
- Created fast_day and festival functions (#11)
- Added Pesach Sheni to festival
1.1.1 (2020-08-14)
- Fixed error getting parsha of Shabbos on Rosh Hashana
1.1.0 (2020-06-03)
- Redesigned documentation.
- Added molad and molad_announcement methods to hebrewcal.Month.
- Stopped supporting python < 3.4 and modernized code.
1.0.1 (2019-03-02)
- Initial public release