From 3c00cf98ce9d53be9daadc988f157847efca8dbb Mon Sep 17 00:00:00 2001 From: Bruno Bord Date: Fri, 17 Apr 2020 13:56:42 +0200 Subject: [PATCH] v8.4.0 **New Calendar** - Added Kenyan calendar, by @KidkArolis (#484) **Minor fixes** - Fixed Lithuania calendar to use the core flags for Assumption and All Saints (#468). - Fixed Malta calendar ; January 1st was already included, no need to add it to the ``FIXED_HOLIDAYS`` property (#469). - Small refactor in Netherlands calendar to use core constants (#470). --- Changelog.md | 9 +++++++-- setup.py | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 50cf2c8..a9085fa 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,9 +1,14 @@ # CHANGELOG -## master (unreleased) +## v8.4.0 (2020-04-17) + +### New Calendar - Added Kenyan calendar, by @KidkArolis (#484) -- Fixed Lithuania calender to use the core flags for Assumption and All Saints (#468). + +### Minor fixes + +- Fixed Lithuania calendar to use the core flags for Assumption and All Saints (#468). - Fixed Malta calendar ; January 1st was already included, no need to add it to the ``FIXED_HOLIDAYS`` property (#469). - Small refactor in Netherlands calendar to use core constants (#470). diff --git a/setup.py b/setup.py index 8b7aefc..992a41d 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ REQUIREMENTS = [ 'pyluach', 'setuptools>=1.0', ] -version = '8.4.0.dev0' +version = '8.4.0' __VERSION__ = version params = dict(