From 621bf137046fa9512b3e2ed152593c2f57a161af Mon Sep 17 00:00:00 2001 From: ADBond <48208438+ADBond@users.noreply.github.com> Date: Mon, 10 Mar 2025 08:43:20 +0000 Subject: [PATCH] version -> 0.4.1 --- CHANGELOG.md | 5 ++++- README.md | 2 +- dev.md | 2 +- pyproject.toml | 2 +- splinkclickhouse/__init__.py | 2 +- uv.lock | 4 ++-- 6 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d44c895..0ba71f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.1] - 2025-03-10 + ### Added - `ClickhouseServerAPI` can register `pandas` tables with datetime columns, and allows integers to be signed [#61](https://github.com/ADBond/splinkclickhouse/pull/61). @@ -124,7 +126,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Basic working version of package with api for `chdb` -[Unreleased]: https://github.com/ADBond/splinkclickhouse/compare/v0.4.0...HEAD +[Unreleased]: https://github.com/ADBond/splinkclickhouse/compare/v0.4.1...HEAD +[0.4.1]: https://github.com/ADBond/splinkclickhouse/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/ADBond/splinkclickhouse/compare/v0.3.4...v0.4.0 [0.3.4]: https://github.com/ADBond/splinkclickhouse/compare/v0.3.3...v0.3.4 [0.3.3]: https://github.com/ADBond/splinkclickhouse/compare/v0.3.2...v0.3.3 diff --git a/README.md b/README.md index ae84368..f964742 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ or you can install the package directly from github: ```sh # Replace with any version you want, or specify a branch after '@' -pip install git+https://github.com/ADBond/splinkclickhouse.git@v0.4.0 +pip install git+https://github.com/ADBond/splinkclickhouse.git@v0.4.1 ``` If instead you are using `conda`, `splinkclickhouse` is available on [conda-forge](https://conda-forge.org/): diff --git a/dev.md b/dev.md index 6feea0f..bb3e95b 100644 --- a/dev.md +++ b/dev.md @@ -69,5 +69,5 @@ Inspect package contents: ```sh # replace version as appropriate -mkdir -p tmp && tar -xzvf dist/splinkclickhouse-0.4.0.tar.gz -C tmp/ +mkdir -p tmp && tar -xzvf dist/splinkclickhouse-0.4.1.tar.gz -C tmp/ ``` diff --git a/pyproject.toml b/pyproject.toml index 8d6f657..8e6263c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "splinkclickhouse" -version = "0.4.0" +version = "0.4.1" description = "Clickhouse backend support for Splink" authors = [{name = "Andrew Bond"}] license = {text = "MIT License"} diff --git a/splinkclickhouse/__init__.py b/splinkclickhouse/__init__.py index 275f773..e523aac 100644 --- a/splinkclickhouse/__init__.py +++ b/splinkclickhouse/__init__.py @@ -2,7 +2,7 @@ from .clickhouse_server.database_api import ClickhouseServerAPI -__version__ = "0.4.0" +__version__ = "0.4.1" # Use getarr to make the error appear at the point of use diff --git a/uv.lock b/uv.lock index 8578b4e..b722358 100644 --- a/uv.lock +++ b/uv.lock @@ -532,7 +532,7 @@ name = "importlib-metadata" version = "8.6.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "zipp", marker = "python_full_version < '3.12'" }, + { name = "zipp", marker = "python_full_version < '3.10'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/33/08/c1395a292bb23fd03bdf572a1357c5a733d3eecbab877641ceacab23db6e/importlib_metadata-8.6.1.tar.gz", hash = "sha256:310b41d755445d74569f993ccfc22838295d9fe005425094fad953d7f15c8580", size = 55767 } wheels = [ @@ -1501,7 +1501,7 @@ wheels = [ [[package]] name = "splinkclickhouse" -version = "0.4.0" +version = "0.4.1" source = { editable = "." } dependencies = [ { name = "clickhouse-connect" },