We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2849cc7 commit 8e0f7dfCopy full SHA for 8e0f7df
crates/djls/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "djls"
3
-version = "5.1.0-alpha.2"
+version = "5.2.0-alpha"
4
edition = "2021"
5
6
[lib]
pyproject.toml
@@ -16,7 +16,7 @@ docs = [
16
17
[project]
18
name = "django-language-server"
19
-version = "5.1.0a2"
+version = "5.2.0a0"
20
description = "A language server for the Django web framework"
21
readme = "README.md"
22
authors = [
@@ -79,7 +79,7 @@ Source = "https://github.com/joshuadavidthomas/django-language-server"
79
[tool.bumpver]
80
commit = true
81
commit_message = ":bookmark: bump version {old_version} -> {new_version}"
82
-current_version = "5.1.0-alpha.2"
+current_version = "5.2.0-alpha"
83
push = true
84
tag = true
85
version_pattern = "MAJOR.MINOR.PATCH[-TAG[.NUM]]"
0 commit comments