Skip to content

Commit 31b0308

Browse files
🔖 bump version 5.2.0-alpha -> 5.2.0 (#211)
1 parent f6286f7 commit 31b0308

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

‎CHANGELOG.md‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

‎Cargo.lock‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎crates/djls/Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "djls"
3-
version = "5.2.0-alpha"
3+
version = "5.2.0"
44
edition = "2021"
55

66
[lib]

‎pyproject.toml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ docs = [
1717

1818
[project]
1919
name = "django-language-server"
20-
version = "5.2.0a0"
20+
version = "5.2.0"
2121
description = "A language server for the Django web framework"
2222
readme = "README.md"
2323
authors = [
2424
{ name = "Josh Thomas", email = "[email protected]" }
2525
]
2626
requires-python = ">=3.9"
2727
classifiers = [
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]
8181
commit = true
8282
commit_message = ":bookmark: bump version {old_version} -> {new_version}"
83-
current_version = "5.2.0-alpha"
83+
current_version = "5.2.0"
8484
push = true
8585
tag = false
8686
version_pattern = "MAJOR.MINOR.PATCH[-TAG[.NUM]]"

0 commit comments

Comments
 (0)