File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
1818
1919## [ Unreleased]
2020
21+ ## [ 5.1.0a2]
22+
2123### Added
2224
2325- Support for system-wide installation using ` uv tool ` or ` pipx ` with automatic Python environment detection and virtualenv discovery
@@ -54,6 +56,7 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
5456
5557- Josh Thomas < josh@joshthomas.dev > (maintainer)
5658
57- [ unreleased ] : https://github.com/joshuadavidthomas/django-language-server/compare/v5.1.0a1 ...HEAD
59+ [ unreleased ] : https://github.com/joshuadavidthomas/django-language-server/compare/v5.1.0a2 ...HEAD
5860[ 5.1.0a0 ] : https://github.com/joshuadavidthomas/django-language-server/releases/tag/v5.1.0a0
5961[ 5.1.0a1 ] : https://github.com/joshuadavidthomas/django-language-server/releases/tag/v5.1.0a1
62+ [ 5.1.0a2 ] : https://github.com/joshuadavidthomas/django-language-server/releases/tag/v5.1.0a2
Original file line number Diff line number Diff line change 11[package ]
22name = " djls"
3- version = " 5.1.0-alpha.1 "
3+ version = " 5.1.0-alpha.2 "
44edition = " 2021"
55
66[lib ]
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ docs = [
1414
1515[project ]
1616name = " django-language-server"
17- version = " 5.1.0a1 "
17+ version = " 5.1.0a2 "
1818description = " A language server for the Django web framework"
1919readme = " README.md"
2020authors = [
@@ -55,7 +55,7 @@ Source = "https://github.com/joshuadavidthomas/django-language-server"
5555[tool .bumpver ]
5656commit = true
5757commit_message = " :bookmark: bump version {old_version} -> {new_version}"
58- current_version = " 5.1.0-alpha.1 "
58+ current_version = " 5.1.0-alpha.2 "
5959post_commit_hook = " .bin/bumpver-post.sh"
6060pre_commit_hook = " .bin/bumpver-pre.sh"
6161push = false
You canβt perform that action at this time.
0 commit comments