Skip to content

Commit 192b655

Browse files
rchen152meta-codesync[bot]
authored andcommitted
Bump version to 0.39.1
Summary: Bumps the version to release the fix in D85578780, since a bunch of spurious errors on django imports seems sort of bad. Reviewed By: migeed-z Differential Revision: D85583623 fbshipit-source-id: a81b9fdf2e0d257f8e6dc0a8296a53e3befae127
1 parent 8de589c commit 192b655

File tree

11 files changed

+19
-19
lines changed

11 files changed

+19
-19
lines changed

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/pyrefly_build/Cargo.toml

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

33
[package]
44
name = "pyrefly_build"
5-
version = "0.39.0"
5+
version = "0.39.1"
66
authors = ["Meta"]
77
edition = "2024"
88
repository = "https://github.com/facebook/pyrefly"

crates/pyrefly_bundled/Cargo.toml

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

33
[package]
44
name = "pyrefly_bundled"
5-
version = "0.39.0"
5+
version = "0.39.1"
66
authors = ["Meta"]
77
edition = "2024"
88
repository = "https://github.com/facebook/pyrefly"

crates/pyrefly_config/Cargo.toml

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

33
[package]
44
name = "pyrefly_config"
5-
version = "0.39.0"
5+
version = "0.39.1"
66
authors = ["Meta"]
77
edition = "2024"
88
repository = "https://github.com/facebook/pyrefly"

crates/pyrefly_derive/Cargo.toml

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

33
[package]
44
name = "pyrefly_derive"
5-
version = "0.39.0"
5+
version = "0.39.1"
66
authors = ["Meta"]
77
edition = "2024"
88
repository = "https://github.com/facebook/pyrefly"

crates/pyrefly_python/Cargo.toml

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

33
[package]
44
name = "pyrefly_python"
5-
version = "0.39.0"
5+
version = "0.39.1"
66
authors = ["Meta"]
77
edition = "2024"
88
repository = "https://github.com/facebook/pyrefly"

crates/pyrefly_types/Cargo.toml

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

33
[package]
44
name = "pyrefly_types"
5-
version = "0.39.0"
5+
version = "0.39.1"
66
authors = ["Meta"]
77
edition = "2024"
88
repository = "https://github.com/facebook/pyrefly"

crates/pyrefly_util/Cargo.toml

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

33
[package]
44
name = "pyrefly_util"
5-
version = "0.39.0"
5+
version = "0.39.1"
66
authors = ["Meta"]
77
edition = "2024"
88
repository = "https://github.com/facebook/pyrefly"

crates/tsp_types/Cargo.toml

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

33
[package]
44
name = "tsp_types"
5-
version = "0.39.0"
5+
version = "0.39.1"
66
authors = ["Meta"]
77
edition = "2024"
88
repository = "https://github.com/facebook/pyrefly"

pyrefly/Cargo.toml

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

33
[package]
44
name = "pyrefly"
5-
version = "0.39.0"
5+
version = "0.39.1"
66
authors = ["Meta"]
77
edition = "2024"
88
repository = "https://github.com/facebook/pyrefly"

0 commit comments

Comments
 (0)