Skip to content

Commit

Permalink
version -> 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ADBond committed Dec 23, 2024
1 parent de9cb14 commit da87b40
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0] - 2024-12-23

### Changed

- Renamed `ClickhouseAPI` and `ClickhouseDataFrame` to `ClickhouseServerAPI` and `ClickhouseServerDataFrame` respectively, and `splinkclickhouse.clickhouse` to `splinkclickhouse.clickhouse_server` [#54](https://github.com/ADBond/splinkclickhouse/pull/54).
Expand Down Expand Up @@ -116,7 +118,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.3.4...HEAD
[Unreleased]: https://github.com/ADBond/splinkclickhouse/compare/v0.4.0...HEAD
[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
[0.3.2]: https://github.com/ADBond/splinkclickhouse/compare/v0.3.1...v0.3.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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.3.4
pip install git+https://github.com/ADBond/splinkclickhouse.git@v0.4.0
```

If instead you are using `conda`, `splinkclickhouse` is available on [conda-forge](https://conda-forge.org/):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "splinkclickhouse"
version = "0.3.4"
version = "0.4.0"
description = "Clickhouse backend support for Splink"
authors = [{name = "Andrew Bond"}]
license = {text = "MIT License"}
Expand Down
2 changes: 1 addition & 1 deletion splinkclickhouse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from .clickhouse_server.database_api import ClickhouseServerAPI

__version__ = "0.3.4"
__version__ = "0.4.0"


# Use getarr to make the error appear at the point of use
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit da87b40

Please sign in to comment.