Skip to content

Commit

Permalink
Update to version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krukas committed Jan 7, 2025
1 parent b2f9342 commit 7032190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "django-template-lsp"
version = "0.9.5"
version = "0.10.0"
description = "Django template LSP"
readme = "README.md"
authors = [{name = "Four Digits", email = "[email protected]" }]
Expand Down Expand Up @@ -57,4 +57,4 @@ known_first_party = "djlsp"

[tool.flake8]
max-line-length = 88
extend-ignore = "W503"
extend-ignore = "W503"

0 comments on commit 7032190

Please sign in to comment.