Skip to content

Commit 94403b4

Browse files
🔖 bump version 5.1.0-alpha.0 -> 5.1.0-alpha.1
1 parent 8afcc90 commit 94403b4

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.1.0-alpha.0"
3+
version = "5.1.0-alpha.1"
44
edition = "2021"
55

66
[lib]

pyproject.toml

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

1515
[project]
1616
name = "django-language-server"
17-
version = "5.1.0a0"
17+
version = "5.1.0a1"
1818
description = "A language server for the Django web framework"
1919
readme = "README.md"
2020
authors = [
@@ -55,7 +55,7 @@ Source = "https://github.com/joshuadavidthomas/django-language-server"
5555
[tool.bumpver]
5656
commit = true
5757
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"
5959
push = false # set to false for CI
6060
tag = false
6161
version_pattern = "MAJOR.MINOR.PATCH[-TAG[.NUM]]"

0 commit comments

Comments
 (0)