We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 911b2c1 commit 6c7a7cbCopy full SHA for 6c7a7cb
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "wagtail-localize-intentional-blanks"
7
-version = "0.1.1"
+version = "0.2.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.1.1"
+__version__ = "0.2.0"
14
__author__ = "Lincoln Loop, LLC"
15
__license__ = "MIT"
16
0 commit comments