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