🔖 bump version 5.1.0-alpha.2 -> 5.2.0-alpha

This commit is contained in:
Josh Thomas 2025-04-21 17:56:41 -05:00
parent 2849cc7c25
commit 8e0f7dff30
2 changed files with 3 additions and 3 deletions

View file

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

View file

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