From 9c6035a943cf6ff9b34f18ae31813f90825963ce Mon Sep 17 00:00:00 2001 From: Alexei Andrushievich Date: Wed, 12 Feb 2020 06:08:47 +0200 Subject: [PATCH] Fixed metadata, version up --- mcadmin/locale/en/LC_MESSAGES/django.mo | Bin 2206 -> 2206 bytes mcadmin/locale/en/LC_MESSAGES/django.po | 5 +++-- mcadmin/locale/uk/LC_MESSAGES/django.mo | Bin 2888 -> 2888 bytes mcadmin/locale/uk/LC_MESSAGES/django.po | 4 ++-- setup.cfg | 4 ++-- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/mcadmin/locale/en/LC_MESSAGES/django.mo b/mcadmin/locale/en/LC_MESSAGES/django.mo index c51ad5eee142f221ebe1abc1086bb2b6ace393f0..f5a34e638ea854174d46a7d815838e64dd3f7e45 100644 GIT binary patch delta 14 WcmbOyI8SiH4Hibj%{N(&G6Mi9^96MP delta 14 WcmbOyI8SiH4Hia&%{N(&G6Mi9?FDoI diff --git a/mcadmin/locale/en/LC_MESSAGES/django.po b/mcadmin/locale/en/LC_MESSAGES/django.po index b787531..2de094f 100644 --- a/mcadmin/locale/en/LC_MESSAGES/django.po +++ b/mcadmin/locale/en/LC_MESSAGES/django.po @@ -4,9 +4,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: mcadmin 0.4.0\n" +"Project-Id-Version: mcadmin 0.4.1\n" "Report-Msgid-Bugs-To: Alexei Andrushievich \n" -"POT-Creation-Date: 2020-02-12 05:46+0200\n" +"POT-Creation-Date: 2020-02-12 06:07+0200\n" "PO-Revision-Date: 2015-06-01 06:57+0300\n" "Last-Translator: Alexei Andrushievich \n" "Language-Team: Alexei Andrushievich \n" @@ -15,6 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" + #: mcadmin/apps.py:22 msgid "Management commands admin" msgstr "Management commands admin" diff --git a/mcadmin/locale/uk/LC_MESSAGES/django.mo b/mcadmin/locale/uk/LC_MESSAGES/django.mo index 3d00bead5fa8332f0ceb9bf2b8229cacd87bf830..926febcacefa1440aff0ad9415f7ff01f6b0cbd8 100644 GIT binary patch delta 14 VcmX>hc0z1}Fe{_sW)W5sHUJ}<1HAwM delta 14 VcmX>hc0z1}Fe{_MW)W5sHUJ}(1H1qL diff --git a/mcadmin/locale/uk/LC_MESSAGES/django.po b/mcadmin/locale/uk/LC_MESSAGES/django.po index 2c4372f..f1fe1f6 100644 --- a/mcadmin/locale/uk/LC_MESSAGES/django.po +++ b/mcadmin/locale/uk/LC_MESSAGES/django.po @@ -4,9 +4,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: mcadmin 0.4.0\n" +"Project-Id-Version: mcadmin 0.4.1\n" "Report-Msgid-Bugs-To: Alexei Andrushievich \n" -"POT-Creation-Date: 2020-02-12 05:46+0200\n" +"POT-Creation-Date: 2020-02-12 06:07+0200\n" "PO-Revision-Date: 2015-06-01 06:57+0300\n" "Last-Translator: Alexei Andrushievich \n" "Language-Team: Alexei Andrushievich \n" diff --git a/setup.cfg b/setup.cfg index 82a66f0..5aac2a0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,8 +4,8 @@ [metadata] name = django-mcadmin -version = 0.4.0 -description = Easily run django management commands from admin +version = 0.4.1 +description = Easily run Django management commands from admin python-requires = >=3.6 license-file = COPYING author = Alexei Andrushievich