Skip to content

Commit

Permalink
Version up
Browse files Browse the repository at this point in the history
  • Loading branch information
vint21h committed Apr 23, 2020
1 parent 182918e commit 80abceb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions mcadmin/admin/group.py
Expand Up @@ -7,7 +7,6 @@
from typing import List, Type, Sequence # pylint: disable=W0611

from django.contrib import admin
from django.contrib.admin.options import InlineModelAdmin

from mcadmin.models.command import Command

Expand Down Expand Up @@ -40,4 +39,4 @@ class GroupAdmin(admin.ModelAdmin):
] # type: List[str]
inlines = [
CommandInline,
] # type: Sequence[Type[InlineModelAdmin]]
] # type: Sequence[Type[CommandInline]]
Binary file modified mcadmin/locale/en/LC_MESSAGES/django.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions mcadmin/locale/en/LC_MESSAGES/django.po
Expand Up @@ -4,9 +4,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: mcadmin 0.6.2\n"
"Project-Id-Version: mcadmin 0.6.3\n"
"Report-Msgid-Bugs-To: Alexei Andrushievich <vint21h@vint21h.pp.ua>\n"
"POT-Creation-Date: 2020-04-14 15:23+0300\n"
"POT-Creation-Date: 2020-04-23 06:10+0300\n"
"PO-Revision-Date: 2015-06-01 06:57+0300\n"
"Last-Translator: Alexei Andrushievich <vint21h@vint21h.pp.ua>\n"
"Language-Team: Alexei Andrushievich <vint21h@vint21h.pp.ua>\n"
Expand Down
Binary file modified mcadmin/locale/uk/LC_MESSAGES/django.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions mcadmin/locale/uk/LC_MESSAGES/django.po
Expand Up @@ -4,9 +4,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: mcadmin 0.6.2\n"
"Project-Id-Version: mcadmin 0.6.3\n"
"Report-Msgid-Bugs-To: Alexei Andrushievich <vint21h@vint21h.pp.ua>\n"
"POT-Creation-Date: 2020-04-14 15:23+0300\n"
"POT-Creation-Date: 2020-04-23 06:10+0300\n"
"PO-Revision-Date: 2015-06-01 06:57+0300\n"
"Last-Translator: Alexei Andrushievich <vint21h@vint21h.pp.ua>\n"
"Language-Team: Alexei Andrushievich <vint21h@vint21h.pp.ua>\n"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -4,7 +4,7 @@

[metadata]
name = django-mcadmin
version = 0.6.2
version = 0.6.3
description = Easily run Django management commands from admin
python-requires = >=3.6
license-file = COPYING
Expand Down

0 comments on commit 80abceb

Please sign in to comment.