Skip to content

Commit

Permalink
Update requirements, version up
Browse files Browse the repository at this point in the history
  • Loading branch information
vint21h committed Nov 27, 2019
1 parent f4492b2 commit df75da7
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Expand Up @@ -26,7 +26,7 @@ nose-timer = "==0.7.5"
pep8-naming = "==0.9.1"
pre-commit = "==1.20.0"
pre-commit-hooks = "==2.4.0"
pygments = "==2.4.2"
pygments = "==2.5.1"
pylint = "==2.4.4"
pylint-django = "==2.0.13"
pyroma = "==2.6"
Expand All @@ -38,7 +38,7 @@ seed-isort-config = "==1.9.3"
tox = "==3.14.1"
tox-pyenv = "==1.1.0"
tox-travis = "==0.12"
twine = "==3.1.0"
twine = "==3.1.1"


[packages]
Expand Down
Binary file modified humans_txt/locale/en/LC_MESSAGES/django.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions humans_txt/locale/en/LC_MESSAGES/django.po
Expand Up @@ -4,9 +4,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: django-humans-txt 0.8.4\n"
"Project-Id-Version: django-humans-txt 0.8.5\n"
"Report-Msgid-Bugs-To: Alexei Andrushievich <vint21h@vint21h.pp.ua>\n"
"POT-Creation-Date: 2019-11-23 18:57+0200\n"
"POT-Creation-Date: 2019-11-27 20:11+0200\n"
"PO-Revision-Date: 2018-09-29 16:48+000\n"
"Last-Translator: Alexei Andrushievich <vint21h@vint21h.pp.ua>\n"
"Language-Team: Alexei Andrushievich <vint21h@vint21h.pp.ua>\n"
Expand Down
Binary file modified humans_txt/locale/uk/LC_MESSAGES/django.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions humans_txt/locale/uk/LC_MESSAGES/django.po
Expand Up @@ -4,9 +4,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: django-humans-txt 0.8.4\n"
"Project-Id-Version: django-humans-txt 0.8.5\n"
"Report-Msgid-Bugs-To: Alexei Andrushievich <vint21h@vint21h.pp.ua>\n"
"POT-Creation-Date: 2019-11-23 18:57+0200\n"
"POT-Creation-Date: 2019-11-27 20:11+0200\n"
"PO-Revision-Date: 2018-09-29 16:48+000\n"
"Last-Translator: Alexei Andrushievich <vint21h@vint21h.pp.ua>\n"
"Language-Team: Alexei Andrushievich <vint21h@vint21h.pp.ua>\n"
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Expand Up @@ -4,7 +4,7 @@

[metadata]
name = django-humans-txt
version = 0.8.4
version = 0.8.5
description = Handle humans.txt
python-requires = >=3.6
license-file = COPYING
Expand Down Expand Up @@ -57,7 +57,7 @@ test =
pep8-naming==0.9.1
pre-commit-hooks==2.4.0
pre-commit==1.20.0
pygments==2.4.2
pygments==2.5.1
pylint-django==2.0.13
pylint==2.4.4
pyroma==2.6
Expand All @@ -69,7 +69,7 @@ test =
tox-pyenv==1.1.0
tox-travis==0.12
tox==3.14.1
twine==3.1.0
twine==3.1.1


[options.packages.find]
Expand Down

0 comments on commit df75da7

Please sign in to comment.