Skip to content

Commit 0472e42

Browse files
committed
Release 0.78.0
1 parent 5b1e77f commit 0472e42

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/release-CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ jobs:
120120
{ version: "3.11", abi: "cp311-cp311" },
121121
{ version: "3.12", abi: "cp312-cp312" },
122122
{ version: "3.13", abi: "cp313-cp313" },
123-
{ version: "3.14", abi: "cp314-cp314" },
124123
]
125124
target: [aarch64, armv7]
126125
steps:
@@ -132,6 +131,7 @@ jobs:
132131
with:
133132
target: ${{ matrix.target }}
134133
manylinux: auto
134+
maturin-version: "v1.12.0"
135135
args: -i python${{matrix.python.version}} --release --out dist
136136
- uses: uraimo/run-on-arch-action@v2
137137
name: Install build wheel

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "robyn"
3-
version = "0.77.0"
3+
version = "0.78.0"
44
authors = ["Sanskar Jethi <sansyrox@gmail.com>"]
55
edition = "2021"
66
description = "Robyn is a Super Fast Async Python Web Framework with a Rust runtime."

docs_src/public/llms.txt

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

55
## Quick Facts
66

7-
- Version: 0.77.0
7+
- Version: 0.78.0
88
- Python: >= 3.10
99
- License: BSD 2.0
1010
- Repository: https://github.com/sparckles/robyn

llms.txt

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

55
## Quick Facts
66

7-
- Version: 0.77.0
7+
- Version: 0.78.0
88
- Python: >= 3.10
99
- License: BSD 2.0
1010
- Repository: https://github.com/sparckles/robyn

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "robyn"
7-
version = "0.77.0"
7+
version = "0.78.0"
88
description = "A Super Fast Async Python Web Framework with a Rust runtime."
99
readme = "README.md"
1010
authors = [{ name = "Sanskar Jethi", email = "sansyrox@gmail.com" }]
@@ -67,7 +67,7 @@ test = [
6767

6868
[tool.poetry]
6969
name = "robyn"
70-
version = "0.77.0"
70+
version = "0.78.0"
7171
description = "A Super Fast Async Python Web Framework with a Rust runtime."
7272
authors = ["Sanskar Jethi <sansyrox@gmail.com>"]
7373

0 commit comments

Comments
 (0)