We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71aa8de commit c3f6191Copy full SHA for c3f6191
README.md
@@ -3,7 +3,7 @@
3
[![Release][release-image]][releases]
4
[![License][license-image]][license]
5
6
-[release-image]: https://img.shields.io/badge/release-0.0.25-blue.svg?style=flat
+[release-image]: https://img.shields.io/badge/release-0.0.26-blue.svg?style=flat
7
[releases]: https://github.com/bakwc/mysql_ch_replicator/releases
8
9
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "mysql-ch-replicator"
-version = "0.0.25"
+version = "0.0.26"
description = "Tool for replication of MySQL databases to ClickHouse"
authors = ["Filipp Ozinov <[email protected]>"]
license = "MIT"
0 commit comments