From ef49f0ec65c3d1e518e0fef5fbee7bd0c148052a Mon Sep 17 00:00:00 2001 From: "David M. Hollenstein" Date: Sat, 21 Sep 2024 12:56:38 +0200 Subject: [PATCH] Bump version to 0.1.1 --- CHANGELOG.md | 3 ++- xlsxreport/__init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65176fe..85baa6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ ---------------------------------------------------------------------------------------- -## Version - UPCOMING +## Version [0.1.1] - Documentation and CI with GitHub Actions +Released: 2024-09-21 ### Internal - Added GitHub Actions for automatic testing of the package. diff --git a/xlsxreport/__init__.py b/xlsxreport/__init__.py index e1447f3..0188518 100644 --- a/xlsxreport/__init__.py +++ b/xlsxreport/__init__.py @@ -24,4 +24,4 @@ __author__ = "David M. Hollenstein" __license__ = "Apache 2.0" -__version__ = "0.1.0" +__version__ = "0.1.1"