Skip to content

Commit 2601813

Browse files
committed
scylla: bump version to 1.3.1
1 parent 2e0cf1d commit 2601813

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock.msrv

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
# -- Global variables
1414

1515
# Build documentation for the following tags and branches
16-
TAGS = ['v1.2.0', 'v1.3.0']
16+
TAGS = ['v1.2.0', 'v1.3.0', 'v1.3.1']
1717
BRANCHES = ['main']
1818
# Set the latest version.
19-
LATEST_VERSION = 'v1.3.0'
19+
LATEST_VERSION = 'v1.3.1'
2020
# Set which versions are not released yet.
2121
UNSTABLE_VERSIONS = ['main']
2222
# Set which versions are deprecated
23-
DEPRECATED_VERSIONS = ['v1.2.0']
23+
DEPRECATED_VERSIONS = ['v1.2.0', 'v1.3.0']
2424

2525
# -- General configuration
2626

scylla/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scylla"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
edition = "2021"
55
rust-version = "1.82"
66
description = "Async CQL driver for Rust, optimized for Scylla, fully compatible with Apache Cassandra™"

0 commit comments

Comments
 (0)