From 9566fa36d761a26d72709e772917c18a3fadb06c Mon Sep 17 00:00:00 2001 From: Bruno Bord Date: Fri, 10 Jul 2020 10:09:49 +0200 Subject: [PATCH] v10.3.0 --- Changelog.md | 14 +++++++++----- setup.py | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Changelog.md b/Changelog.md index ac207ec..975ee63 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,13 +1,17 @@ # CHANGELOG -## master (unreleased) +## v10.3.0 (2020-07-10) + +### Bugfixes + +- Belarus: removing day after Radonitsa, which is apparently not a holiday. +- Algeria: assigning the week-end days as FRI+SAT, as it's following a Islamic calendar. + +### Other changes - Refactoring the core ``Calendar`` classes / mixins for better understanding. Only one ``Calendar`` subclass should be imported / used in calendar classes, the rest (when possible) should be ``Mixins`` (related to #511). - Declaring the New year's Day as a worldwide holiday, with only two exceptions (to date): Israel & Qatar (#511). -- Fixed `contributing.md` documentation with the new class/mixin organization. -- Bugfix -- Belarus: removing day after Radonitsa, which is apparently not a holiday. -- Bugfix -- Algeria: assigning the week-end days as FRI+SAT, as it's following a Islamic calendar. - +- Fixed `contributing.md` documentation with the new class/mixin organization (#511). ## v10.2.0 (2020-06-26) diff --git a/setup.py b/setup.py index 7d7728c..d7dcfe2 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ REQUIREMENTS = [ 'pyluach', 'setuptools>=1.0', ] -version = '10.3.0.dev0' +version = '10.3.0' __VERSION__ = version params = dict(