Skip to content

Commit

Permalink
Do not autoescape static tags (#9)
Browse files Browse the repository at this point in the history
* Do not autoescape static urls

* Add setuptools dependency

* Bump version
  • Loading branch information
pajowu authored Aug 2, 2021
1 parent ed39624 commit 32d044d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django_tiptap/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""TipTap Editor in Django 🚀"""

__version__ = "0.0.8"
__version__ = "0.0.9"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["flit_core >=2,<4"]
requires = ["flit_core >=2,<4", "setuptools"]
build-backend = "flit_core.buildapi"

[tool.flit.metadata]
Expand Down

0 comments on commit 32d044d

Please sign in to comment.