Skip to content

Commit

Permalink
Release v0.53.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sansyrox committed Apr 2, 2024
1 parent daaef75 commit 7309086
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 59 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "robyn"
version = "0.53.1"
version = "0.53.2"
authors = ["Sanskar Jethi <sansyrox@gmail.com>"]
edition = "2021"
description = "A web server that is fast!"
Expand Down
111 changes: 56 additions & 55 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "robyn"
version = "0.53.1"
version = "0.53.2"
description = "A High-Performance, Community-Driven, and Innovator Friendly Web Framework with a Rust runtime."
authors = [{ name = "Sanskar Jethi", email = "sansyrox@gmail.com" }]
classifiers = [
Expand Down Expand Up @@ -48,7 +48,7 @@ Changelog = "https://github.com/sparckles/robyn/blob/main/CHANGELOG.md"

[tool.poetry]
name = "robyn"
version = "0.53.1"
version = "0.53.2"
description = "A High-Performance, Community-Driven, and Innovator Friendly Web Framework with a Rust runtime."
authors = ["Sanskar Jethi <sansyrox@gmail.com>"]

Expand Down

0 comments on commit 7309086

Please sign in to comment.