mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-09-10 12:26:50 +00:00
🔖 bump version 5.1.0-alpha.2 -> 5.2.0-alpha
This commit is contained in:
parent
2849cc7c25
commit
8e0f7dff30
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "djls"
|
||||
version = "5.1.0-alpha.2"
|
||||
version = "5.2.0-alpha"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -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]]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue