diff --git a/Makefile b/Makefile index b04c285..1bf9ac3 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,7 @@ help: @echo " check-build:" @echo " Run twine checks." @echo " check-upload:" - @echo " Uload package to test PyPi using twine." + @echo " Upload package to test PyPi using twine." @echo " upload:" @echo " Upload package to PyPi using twine." @echo " clean:" diff --git a/humans_txt/locale/en/LC_MESSAGES/django.mo b/humans_txt/locale/en/LC_MESSAGES/django.mo index 108c660..2cb0d62 100644 Binary files a/humans_txt/locale/en/LC_MESSAGES/django.mo and b/humans_txt/locale/en/LC_MESSAGES/django.mo differ diff --git a/humans_txt/locale/en/LC_MESSAGES/django.po b/humans_txt/locale/en/LC_MESSAGES/django.po index d86bfc1..7d93ae9 100644 --- a/humans_txt/locale/en/LC_MESSAGES/django.po +++ b/humans_txt/locale/en/LC_MESSAGES/django.po @@ -4,9 +4,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: django-humans-txt 0.8.2\n" +"Project-Id-Version: django-humans-txt 0.8.3\n" "Report-Msgid-Bugs-To: Alexei Andrushievich \n" -"POT-Creation-Date: 2019-11-16 15:18+0200\n" +"POT-Creation-Date: 2019-11-17 00:37+0200\n" "PO-Revision-Date: 2018-09-29 16:48+000\n" "Last-Translator: Alexei Andrushievich \n" "Language-Team: Alexei Andrushievich \n" diff --git a/humans_txt/locale/uk/LC_MESSAGES/django.mo b/humans_txt/locale/uk/LC_MESSAGES/django.mo index 2929f3a..80b70b7 100644 Binary files a/humans_txt/locale/uk/LC_MESSAGES/django.mo and b/humans_txt/locale/uk/LC_MESSAGES/django.mo differ diff --git a/humans_txt/locale/uk/LC_MESSAGES/django.po b/humans_txt/locale/uk/LC_MESSAGES/django.po index 6901fbf..4ae7a7a 100644 --- a/humans_txt/locale/uk/LC_MESSAGES/django.po +++ b/humans_txt/locale/uk/LC_MESSAGES/django.po @@ -4,9 +4,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: django-humans-txt 0.8.2\n" +"Project-Id-Version: django-humans-txt 0.8.3\n" "Report-Msgid-Bugs-To: Alexei Andrushievich \n" -"POT-Creation-Date: 2019-11-16 15:18+0200\n" +"POT-Creation-Date: 2019-11-17 00:37+0200\n" "PO-Revision-Date: 2018-09-29 16:48+000\n" "Last-Translator: Alexei Andrushievich \n" "Language-Team: Alexei Andrushievich \n" diff --git a/setup.cfg b/setup.cfg index 66de295..0c464e8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ [metadata] name = django-humans-txt -version = 0.8.2 +version = 0.8.3 description = Handle humans.txt python-requires = >=3.6 license-file = COPYING