We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 461d9ee commit 031926cCopy full SHA for 031926c
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "wagtail-localize-intentional-blanks"
7
-version = "0.2.4"
+version = "0.3.0"
8
description = "Allow translators to mark wagtail-localize segments as 'do not translate'"
9
readme = "README.md"
10
requires-python = ">=3.10"
wagtail_localize_intentional_blanks/__init__.py
@@ -10,7 +10,7 @@
:license: MIT, see LICENSE for more details.
11
"""
12
13
-__version__ = "0.2.4"
+__version__ = "0.3.0"
14
__author__ = "Lincoln Loop, LLC"
15
__license__ = "MIT"
16
0 commit comments