We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a05c5ef commit a9fd352Copy full SHA for a9fd352
djangocms_text/__init__.py
@@ -15,4 +15,4 @@
15
9. Publish the release when ready
16
10. Github actions will publish the new package to pypi
17
"""
18
-__version__ = "0.1.1"
+__version__ = "0.1.2"
pyproject.toml
@@ -55,7 +55,7 @@ Homepage = "https://github.com/django-cms/djangocms-text"
55
[tool.hatch.version]
56
path = "djangocms_text/__init__.py"
57
58
-[tool.hatch.build.targets.sdist]
+[tool.hatch.build]
59
include = [
60
"/djangocms_text",
61
"/djangocms_text_ckeditor"
0 commit comments