aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <contact@yaroslavps.com>2018-07-18 00:06:28 +0300
committerYaroslav de la Peña Smirnov <contact@yaroslavps.com>2018-07-18 00:06:28 +0300
commit73c91c10cb3c12747aca2fd71bb1f5529721c64c (patch)
tree06bbb88f9dbcc490d7ef911cdaeea1ece581b761
parent3cc371ad9249d6643a1a66d7b45a9fe543b1ad87 (diff)
downloadw3blog-73c91c10cb3c12747aca2fd71bb1f5529721c64c.tar.gz
w3blog-73c91c10cb3c12747aca2fd71bb1f5529721c64c.zip
Compiled messages (forgot to compile :))
-rwxr-xr-xsetup.py3
-rwxr-xr-xweblog/locale/es/LC_MESSAGES/django.mobin3595 -> 3900 bytes
-rwxr-xr-xweblog/locale/ru/LC_MESSAGES/django.mobin4530 -> 4872 bytes
3 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 279b4cc..432cbda 100755
--- a/setup.py
+++ b/setup.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
import os
from setuptools import find_packages, setup
@@ -9,7 +10,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup(
name='django-weblog',
- version='0.4-testing.0',
+ version='0.4-testing.1',
packages=find_packages(),
include_package_data=True,
license='BSD License',
diff --git a/weblog/locale/es/LC_MESSAGES/django.mo b/weblog/locale/es/LC_MESSAGES/django.mo
index bb29fdf..c04804a 100755
--- a/weblog/locale/es/LC_MESSAGES/django.mo
+++ b/weblog/locale/es/LC_MESSAGES/django.mo
Binary files differ
diff --git a/weblog/locale/ru/LC_MESSAGES/django.mo b/weblog/locale/ru/LC_MESSAGES/django.mo
index f9de0a0..b530a1c 100755
--- a/weblog/locale/ru/LC_MESSAGES/django.mo
+++ b/weblog/locale/ru/LC_MESSAGES/django.mo
Binary files differ