File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " djls"
3
- version = " 5.1.0-alpha.0 "
3
+ version = " 5.1.0-alpha.1 "
4
4
edition = " 2021"
5
5
6
6
[lib ]
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ docs = [
14
14
15
15
[project ]
16
16
name = " django-language-server"
17
- version = " 5.1.0a0 "
17
+ version = " 5.1.0a1 "
18
18
description = " A language server for the Django web framework"
19
19
readme = " README.md"
20
20
authors = [
@@ -55,7 +55,7 @@ Source = "https://github.com/joshuadavidthomas/django-language-server"
55
55
[tool .bumpver ]
56
56
commit = true
57
57
commit_message = " :bookmark: bump version {old_version} -> {new_version}"
58
- current_version = " 5.1.0-alpha.0 "
58
+ current_version = " 5.1.0-alpha.1 "
59
59
push = false # set to false for CI
60
60
tag = false
61
61
version_pattern = " MAJOR.MINOR.PATCH[-TAG[.NUM]]"
You can’t perform that action at this time.
0 commit comments