From da3fb4c27c1869ae5c8df0f1c60ffdb8e3ba56a5 Mon Sep 17 00:00:00 2001 From: wilsonfreitas Date: Fri, 20 Jan 2023 07:26:42 -0300 Subject: [PATCH] B3 Calendar updated: corrected dates --- B3.cal | 20 ++++++++++---------- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/B3.cal b/B3.cal index 6d582f0..b577320 100644 --- a/B3.cal +++ b/B3.cal @@ -382,13 +382,13 @@ Sunday 2023-02-20 2023-02-21 2023-02-22 -2022-04-07 -2022-04-21 -2022-05-01 -2022-06-08 -2022-09-07 -2022-10-12 -2022-11-02 -2022-11-15 -2022-12-25 -2022-12-29 \ No newline at end of file +2023-04-07 +2023-04-21 +2023-05-01 +2023-06-08 +2023-09-07 +2023-10-12 +2023-11-02 +2023-11-15 +2023-12-25 +2023-12-29 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c230722..5c4c092 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### version 1.0.8 (2023-01-20) + +* B3 Calendar updated: corrected dates + ### version 1.0.7 (2023-01-18) * B3 Calendar updated: included 2023 holidays diff --git a/pyproject.toml b/pyproject.toml index 49d6ee7..0bb30cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bizdays" -version = "1.0.7" +version = "1.0.8" description = "Functions to handle business days calculations" authors = ["wilsonfreitas "] readme = "README.md"