File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Expand file tree Collapse file tree 4 files changed +9
-7
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.2.0]
22
+
21
23
### Added
22
24
23
25
- Added context-aware completions with snippets
@@ -107,9 +109,9 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
107
109
108
110
- Josh Thomas < josh@joshthomas.dev > (maintainer)
109
111
110
- [ unreleased ] : https://github.com/joshuadavidthomas/django-language-server/compare/v5.2.0a0 ...HEAD
112
+ [ unreleased ] : https://github.com/joshuadavidthomas/django-language-server/compare/v5.2.0 ...HEAD
111
113
[ 5.1.0a0 ] : https://github.com/joshuadavidthomas/django-language-server/releases/tag/v5.1.0a0
112
114
[ 5.1.0a1 ] : https://github.com/joshuadavidthomas/django-language-server/releases/tag/v5.1.0a1
113
115
[ 5.1.0a2 ] : https://github.com/joshuadavidthomas/django-language-server/releases/tag/v5.1.0a2
114
-
115
116
[ 5.2.0a0 ] : https://github.com/joshuadavidthomas/django-language-server/releases/tag/v5.2.0a0
117
+ [ 5.2.0 ] : https://github.com/joshuadavidthomas/django-language-server/releases/tag/v5.2.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " djls"
3
- version = " 5.2.0-alpha "
3
+ version = " 5.2.0"
4
4
edition = " 2021"
5
5
6
6
[lib ]
Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ docs = [
17
17
18
18
[project ]
19
19
name = " django-language-server"
20
- version = " 5.2.0a0 "
20
+ version = " 5.2.0 "
21
21
description = " A language server for the Django web framework"
22
22
readme = " README.md"
23
23
authors = [
24
24
{ name = " Josh Thomas" , email = " josh@joshthomas.dev" }
25
25
]
26
26
requires-python = " >=3.9"
27
27
classifiers = [
28
- " Development Status :: 3 - Alpha " ,
28
+ " Development Status :: 4 - Beta " ,
29
29
" Framework :: Django" ,
30
30
# [[[cog
31
31
# import subprocess
@@ -80,7 +80,7 @@ Source = "https://github.com/joshuadavidthomas/django-language-server"
80
80
[tool .bumpver ]
81
81
commit = true
82
82
commit_message = " :bookmark: bump version {old_version} -> {new_version}"
83
- current_version = " 5.2.0-alpha "
83
+ current_version = " 5.2.0"
84
84
push = true
85
85
tag = false
86
86
version_pattern = " MAJOR.MINOR.PATCH[-TAG[.NUM]]"
You can’t perform that action at this time.
0 commit comments