diff --git a/po2xls/locale/en/LC_MESSAGES/django.mo b/po2xls/locale/en/LC_MESSAGES/django.mo index 0e814a0..44613c5 100644 Binary files a/po2xls/locale/en/LC_MESSAGES/django.mo and b/po2xls/locale/en/LC_MESSAGES/django.mo differ diff --git a/po2xls/locale/en/LC_MESSAGES/django.po b/po2xls/locale/en/LC_MESSAGES/django.po index 806a194..d22ffba 100644 --- a/po2xls/locale/en/LC_MESSAGES/django.po +++ b/po2xls/locale/en/LC_MESSAGES/django.po @@ -4,9 +4,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: django-po2xls 0.10.0\n" +"Project-Id-Version: django-po2xls 0.10.1\n" "Report-Msgid-Bugs-To: Alexei Andrushievich \n" -"POT-Creation-Date: 2021-05-14 05:35+0300\n" +"POT-Creation-Date: 2021-05-18 02:54+0300\n" "PO-Revision-Date: 2020-02-20 14:44+0200\n" "Last-Translator: Alexei Andrushievich \n" "Language-Team: Alexei Andrushievich \n" diff --git a/po2xls/locale/uk/LC_MESSAGES/django.mo b/po2xls/locale/uk/LC_MESSAGES/django.mo index 3d28332..b470d26 100644 Binary files a/po2xls/locale/uk/LC_MESSAGES/django.mo and b/po2xls/locale/uk/LC_MESSAGES/django.mo differ diff --git a/po2xls/locale/uk/LC_MESSAGES/django.po b/po2xls/locale/uk/LC_MESSAGES/django.po index 9857842..2c1e071 100644 --- a/po2xls/locale/uk/LC_MESSAGES/django.po +++ b/po2xls/locale/uk/LC_MESSAGES/django.po @@ -4,9 +4,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: django-po2xls 0.10.0\n" +"Project-Id-Version: django-po2xls 0.10.1\n" "Report-Msgid-Bugs-To: Alexei Andrushievich \n" -"POT-Creation-Date: 2021-05-14 05:35+0300\n" +"POT-Creation-Date: 2021-05-18 02:54+0300\n" "PO-Revision-Date: 2020-02-20 14:44+0200\n" "Last-Translator: Alexei Andrushievich \n" "Language-Team: Alexei Andrushievich \n" diff --git a/setup.cfg b/setup.cfg index a1b699b..7940ee5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ [metadata] name = django-po2xls -version = 0.10.0 +version = 0.10.1 description = Convert gettext .po files to .xls python-requires = >=3.6 license-file = COPYING