Skip to content

Commit 0cb67da

Browse files
authored
chore: release v0.19.0 (#547)
* chore: upgrade fluvio to v0.14.1 * chore: release v0.19.0
1 parent 11ea039 commit 0cb67da

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "_fluvio_python"
3-
version = "0.18.1"
3+
version = "0.19.0"
44
edition = "2021"
55
authors = ["Fluvio Contributors <team@fluvio.io>"]
66

@@ -38,11 +38,11 @@ url = "2.5.0"
3838
webbrowser = "1.0.0"
3939

4040
fluvio-future = { version = "0.7.0", features = ["task", "io", "native_tls", "subscriber"] }
41-
fluvio = { features = ["admin", "rustls"], git = "https://github.com/infinyon/fluvio.git", brach ="offset_flush_box" }
42-
fluvio-protocol = { git = "https://github.com/infinyon/fluvio.git", brach ="offset_flush_box" }
43-
fluvio-types = { git = "https://github.com/infinyon/fluvio.git", brach ="offset_flush_box" }
44-
fluvio-sc-schema = { git = "https://github.com/infinyon/fluvio.git", brach ="offset_flush_box" }
45-
fluvio-controlplane-metadata = { git = "https://github.com/infinyon/fluvio.git", brach ="offset_flush_box" }
41+
fluvio = { features = ["admin", "rustls"], git = "https://github.com/infinyon/fluvio.git", tag = "v0.14.1" }
42+
fluvio-protocol = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.14.1" }
43+
fluvio-types = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.14.1" }
44+
fluvio-sc-schema = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.14.1" }
45+
fluvio-controlplane-metadata = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.14.1" }
4646

4747
# transitive version selection
4848
parking_lot = "0.12.3"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="fluvio",
9-
version="0.18.1",
9+
version="0.19.0",
1010
long_description=open("README.md").read(),
1111
long_description_content_type="text/markdown",
1212
author="Fluvio Contributors",

0 commit comments

Comments
 (0)