🔖 bump version 5.1.0-alpha.0 -> 5.1.0-alpha.1

This commit is contained in:
Josh Thomas 2025-01-03 09:53:09 -06:00
parent 8afcc90bcb
commit 94403b46a8
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package] [package]
name = "djls" name = "djls"
version = "5.1.0-alpha.0" version = "5.1.0-alpha.1"
edition = "2021" edition = "2021"
[lib] [lib]

View file

@ -14,7 +14,7 @@ docs = [
[project] [project]
name = "django-language-server" name = "django-language-server"
version = "5.1.0a0" version = "5.1.0a1"
description = "A language server for the Django web framework" description = "A language server for the Django web framework"
readme = "README.md" readme = "README.md"
authors = [ authors = [
@ -55,7 +55,7 @@ Source = "https://github.com/joshuadavidthomas/django-language-server"
[tool.bumpver] [tool.bumpver]
commit = true commit = true
commit_message = ":bookmark: bump version {old_version} -> {new_version}" commit_message = ":bookmark: bump version {old_version} -> {new_version}"
current_version = "5.1.0-alpha.0" current_version = "5.1.0-alpha.1"
push = false # set to false for CI push = false # set to false for CI
tag = false tag = false
version_pattern = "MAJOR.MINOR.PATCH[-TAG[.NUM]]" version_pattern = "MAJOR.MINOR.PATCH[-TAG[.NUM]]"