Skip to content

Commit 8e0f7df

Browse files
🔖 bump version 5.1.0-alpha.2 -> 5.2.0-alpha
1 parent 2849cc7 commit 8e0f7df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

crates/djls/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "djls"
3-
version = "5.1.0-alpha.2"
3+
version = "5.2.0-alpha"
44
edition = "2021"
55

66
[lib]

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ docs = [
1616

1717
[project]
1818
name = "django-language-server"
19-
version = "5.1.0a2"
19+
version = "5.2.0a0"
2020
description = "A language server for the Django web framework"
2121
readme = "README.md"
2222
authors = [
@@ -79,7 +79,7 @@ Source = "https://github.com/joshuadavidthomas/django-language-server"
7979
[tool.bumpver]
8080
commit = true
8181
commit_message = ":bookmark: bump version {old_version} -> {new_version}"
82-
current_version = "5.1.0-alpha.2"
82+
current_version = "5.2.0-alpha"
8383
push = true
8484
tag = true
8585
version_pattern = "MAJOR.MINOR.PATCH[-TAG[.NUM]]"

0 commit comments

Comments
 (0)