Skip to content

Commit

Permalink
[Technical] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaKrug committed Dec 22, 2023
1 parent 39679a5 commit ff86cf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django_component_kit/tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def do_partial(parser: Parser, token: Token) -> PartialNode:
try:
inline = tokens[2].strip('"')
if inline != "inline":
raise TemplateSyntaxError(f"Invalid argument {inline}. argument must be 'inline'")
raise TemplateSyntaxError(f"Invalid argument {inline}. Possible options: [inline]")
except IndexError:
inline = False

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-component-kit"
version = "0.1.1"
version = "0.2.0"
description = "A lightweight library for flexible Django component building, following Django's principles."
authors = ["Sascha Krug"]
license = "MIT"
Expand Down

0 comments on commit ff86cf4

Please sign in to comment.