mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-07-09 21:54:59 +00:00
🔖 bump version 5.1.0-alpha.0 -> 5.1.0-alpha.1
This commit is contained in:
parent
8afcc90bcb
commit
94403b46a8
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "djls"
|
||||
version = "5.1.0-alpha.0"
|
||||
version = "5.1.0-alpha.1"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -14,7 +14,7 @@ docs = [
|
|||
|
||||
[project]
|
||||
name = "django-language-server"
|
||||
version = "5.1.0a0"
|
||||
version = "5.1.0a1"
|
||||
description = "A language server for the Django web framework"
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
|
@ -55,7 +55,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.0"
|
||||
current_version = "5.1.0-alpha.1"
|
||||
push = false # set to false for CI
|
||||
tag = false
|
||||
version_pattern = "MAJOR.MINOR.PATCH[-TAG[.NUM]]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue