**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).
This commit is contained in:
Bruno Bord 2020-04-17 13:56:42 +02:00
parent 011aece3c9
commit 3c00cf98ce
No known key found for this signature in database
GPG Key ID: 9499EA6788BF80A1
2 changed files with 8 additions and 3 deletions

View File

@ -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).

View File

@ -28,7 +28,7 @@ REQUIREMENTS = [
'pyluach',
'setuptools>=1.0',
]
version = '8.4.0.dev0'
version = '8.4.0'
__VERSION__ = version
params = dict(