Skip to content

Commit

Permalink
scylla: bump version to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wprzytula committed Nov 14, 2024
1 parent 1877756 commit 7a43d46
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock.msrv

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

4 changes: 2 additions & 2 deletions docs/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "sphinx-docs"
description = "ScyllaDB Documentation"
version = "0.14"
version = "0.15"
authors = ["ScyllaDB Documentation Contributors"]
package-mode = false

[tool.poetry.dependencies]
python = "^3.10"
pygments = "^2.18.0"
redirects_cli ="^0.1.3"
redirects_cli = "^0.1.3"
sphinx-scylladb-theme = "^1.8.1"
sphinx-sitemap = "^2.6.0"
sphinx-autobuild = "^2024.4.19"
Expand Down
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
# -- Global variables

# Build documentation for the following tags and branches
TAGS = ['v0.13.2', 'v0.14.0']
TAGS = ['v0.14.0', 'v0.15.0']
BRANCHES = ['main']
# Set the latest version.
LATEST_VERSION = 'v0.14.0'
LATEST_VERSION = 'v0.15.0'
# Set which versions are not released yet.
UNSTABLE_VERSIONS = ['main']
# Set which versions are deprecated
DEPRECATED_VERSIONS = ['v0.13.2']
DEPRECATED_VERSIONS = ['v0.14.0']

# -- General configuration

Expand Down
2 changes: 1 addition & 1 deletion scylla/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scylla"
version = "0.14.0"
version = "0.15.0"
edition = "2021"
rust-version = "1.70"
description = "Async CQL driver for Rust, optimized for Scylla, fully compatible with Apache Cassandra™"
Expand Down

0 comments on commit 7a43d46

Please sign in to comment.