From a8ac908b0d02c7e17a84588b40f5e8cb07ba7a89 Mon Sep 17 00:00:00 2001 From: Bruno Bord Date: Thu, 18 Jun 2020 11:56:28 +0200 Subject: [PATCH] v10.1.0 --- Changelog.md | 9 +++++++-- setup.py | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 265077f..7e085fc 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,10 +1,15 @@ # CHANGELOG -## master (unreleased) +## v10.1.0 (2020-06-18) + +### Calendar fix + +- Adding All Souls' Day to Lithuania calendar, starting of 2020, thx to @norkunas (#512). + +### Minor changes - Small fixes (docstrings, use of extends, etc) on Cayman Islands calendar (#507). - Moving Carnaval / Mardi Gras / Fat Tuesday calculation into the `workalendar.core` module, because it's used in at least 3 countries and some States / Counties in the USA. -- Adding All Souls' Day to Lithuania calendar, starting of 2020, thx to @norkunas (#512). ## v10.0.0 (2020-06-05) diff --git a/setup.py b/setup.py index a3da04b..2e61bc0 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ REQUIREMENTS = [ 'pyluach', 'setuptools>=1.0', ] -version = '10.1.0.dev0' +version = '10.1.0' __VERSION__ = version params = dict(