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/
18
18
19
19
## [ Unreleased]
20
20
21
+ ## [ 5.1.0a2]
22
+
21
23
### Added
22
24
23
25
- 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/
54
56
55
57
- Josh Thomas < josh@joshthomas.dev > (maintainer)
56
58
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
58
60
[ 5.1.0a0 ] : https://github.com/joshuadavidthomas/django-language-server/releases/tag/v5.1.0a0
59
61
[ 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 1
1
[package ]
2
2
name = " djls"
3
- version = " 5.1.0-alpha.1 "
3
+ version = " 5.1.0-alpha.2 "
4
4
edition = " 2021"
5
5
6
6
[lib ]
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ docs = [
14
14
15
15
[project ]
16
16
name = " django-language-server"
17
- version = " 5.1.0a1 "
17
+ version = " 5.1.0a2 "
18
18
description = " A language server for the Django web framework"
19
19
readme = " README.md"
20
20
authors = [
@@ -55,7 +55,7 @@ Source = "https://github.com/joshuadavidthomas/django-language-server"
55
55
[tool .bumpver ]
56
56
commit = true
57
57
commit_message = " :bookmark: bump version {old_version} -> {new_version}"
58
- current_version = " 5.1.0-alpha.1 "
58
+ current_version = " 5.1.0-alpha.2 "
59
59
post_commit_hook = " .bin/bumpver-post.sh"
60
60
pre_commit_hook = " .bin/bumpver-pre.sh"
61
61
push = false
You can’t perform that action at this time.
0 commit comments