Skip to content

Commit cd81f22

Browse files
🔖 bump version 5.2.1 -> 5.2.2
1 parent 818181d commit cd81f22

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

crates/djls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "djls"
3-
version = "5.2.1"
3+
version = "5.2.2"
44
edition = "2021"
55

66
[dependencies]

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ docs = [
1818

1919
[project]
2020
name = "django-language-server"
21-
version = "5.2.1"
21+
version = "5.2.2"
2222
description = "A language server for the Django web framework"
2323
readme = "README.md"
2424
authors = [
@@ -80,7 +80,7 @@ Source = "https://github.com/joshuadavidthomas/django-language-server"
8080
[tool.bumpver]
8181
commit = true
8282
commit_message = ":bookmark: bump version {old_version} -> {new_version}"
83-
current_version = "5.2.1"
83+
current_version = "5.2.2"
8484
push = true
8585
tag = false
8686
version_pattern = "MAJOR.MINOR.PATCH[-TAG[.NUM]]"

0 commit comments

Comments
 (0)