File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
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.2.0]
22+
2123### Added
2224
2325- Added context-aware completions with snippets
@@ -107,9 +109,9 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
107109
108110- Josh Thomas
< [email protected] > (maintainer)
109111
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
111113[ 5.1.0a0 ] : https://github.com/joshuadavidthomas/django-language-server/releases/tag/v5.1.0a0
112114[ 5.1.0a1 ] : https://github.com/joshuadavidthomas/django-language-server/releases/tag/v5.1.0a1
113115[ 5.1.0a2 ] : https://github.com/joshuadavidthomas/django-language-server/releases/tag/v5.1.0a2
114-
115116[ 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 11[package ]
22name = " djls"
3- version = " 5.2.0-alpha "
3+ version = " 5.2.0"
44edition = " 2021"
55
66[lib ]
Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ docs = [
1717
1818[project ]
1919name = " django-language-server"
20- version = " 5.2.0a0 "
20+ version = " 5.2.0 "
2121description = " A language server for the Django web framework"
2222readme = " README.md"
2323authors = [
2424 {
name =
" Josh Thomas" ,
email =
" [email protected] " }
2525]
2626requires-python = " >=3.9"
2727classifiers = [
28- " Development Status :: 3 - Alpha " ,
28+ " Development Status :: 4 - Beta " ,
2929 " Framework :: Django" ,
3030 # [[[cog
3131 # import subprocess
@@ -80,7 +80,7 @@ Source = "https://github.com/joshuadavidthomas/django-language-server"
8080[tool .bumpver ]
8181commit = true
8282commit_message = " :bookmark: bump version {old_version} -> {new_version}"
83- current_version = " 5.2.0-alpha "
83+ current_version = " 5.2.0"
8484push = true
8585tag = false
8686version_pattern = " MAJOR.MINOR.PATCH[-TAG[.NUM]]"
You can’t perform that action at this time.
0 commit comments