Skip to content

Commit

Permalink
Update docs for 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wprzytula committed Aug 22, 2024
1 parent da37348 commit 78286c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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.13.0"
version = "0.13.2"
authors = ["ScyllaDB Documentation Contributors"]

[tool.poetry.dependencies]
python = "^3.9"
pyyaml = "6.0.1"
pygments = "2.15.1"
redirects_cli ="~0.1.2"
redirects_cli = "~0.1.2"
sphinx-scylladb-theme = "~1.7.2"
sphinx-sitemap = "2.5.1"
sphinx-autobuild = "2021.3.14"
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
# -- Global variables

# Build documentation for the following tags and branches
TAGS = ['v0.12.0', 'v0.13.1']
TAGS = ['v0.12.0', 'v0.13.2']
BRANCHES = ['main']
# Set the latest version.
LATEST_VERSION = 'v0.13.1'
LATEST_VERSION = 'v0.13.2'
# Set which versions are not released yet.
UNSTABLE_VERSIONS = ['main']
# Set which versions are deprecated
Expand Down
2 changes: 1 addition & 1 deletion docs/source/quickstart/create-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cargo new myproject
In `Cargo.toml` add useful dependencies:
```toml
[dependencies]
scylla = "0.13"
scylla = "0.13.2"
tokio = { version = "1.12", features = ["full"] }
futures = "0.3.6"
uuid = "1.0"
Expand Down

0 comments on commit 78286c3

Please sign in to comment.