From e73ad637c958f234090c982f0733ad9f5011a1aa Mon Sep 17 00:00:00 2001 From: jeroenflvr Date: Fri, 19 Jul 2024 18:54:23 +0200 Subject: [PATCH 1/2] doc: ci status badge --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c5c3354..edfecef 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -[![deltalake-tools:build](https://github.com/opensourceworks-org/deltalake-tools/actions/workflows/publish.yml/badge.svg)](https://github.com/opensourceworks-org/deltalake-tools/actions/workflows/publish.yml) - +[![deltalake-tools](https://github.com/opensourceworks-org/deltalake-tools/actions/workflows/publish.yml/badge.svg)](https://github.com/opensourceworks-org/deltalake-tools/actions/workflows/publish.yml) # Deltalake Tools __[WIP]__ ## Introduction From 5eeef7cb6a7164ac70bedd3d2f7905c69d83ccf0 Mon Sep 17 00:00:00 2001 From: jeroenflvr Date: Fri, 19 Jul 2024 18:54:57 +0200 Subject: [PATCH 2/2] chore: bump version --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- src/deltalake_tools/__version__.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d43fa1..4b64d23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ All notable changes to this project will be documented in this file. - Update todo commands in readme - Update readme - Update readme +- Ci status badge ### ⚙️ Miscellaneous Tasks @@ -51,5 +52,6 @@ All notable changes to this project will be documented in this file. - Enable workflow_dispatch - Bump version - Test tests +- Good enough diff --git a/pyproject.toml b/pyproject.toml index bfaae8c..39229fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "deltalake-tools" -version = "0.1.8" +version = "0.1.9" description = "A set of easy to use convenient tools for deltalake tables. " authors = [ { name = "jeroenflvr", email = "jeroen@flexworks.eu" } diff --git a/src/deltalake_tools/__version__.py b/src/deltalake_tools/__version__.py index 107fef3..db6bcf1 100644 --- a/src/deltalake_tools/__version__.py +++ b/src/deltalake_tools/__version__.py @@ -1 +1 @@ -version = "0.1.8" +version = "0.1.9"