diff --git a/basetheme_bootstrap/locale/en/LC_MESSAGES/django.mo b/basetheme_bootstrap/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..71cbdf3e9d8d54be31066ec4ad8628bc2c1f2845 Binary files /dev/null and b/basetheme_bootstrap/locale/en/LC_MESSAGES/django.mo differ diff --git a/basetheme_bootstrap/locale/fr/LC_MESSAGES/django.mo b/basetheme_bootstrap/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..d22efe32184256dd7caf2f04ee5f4483bd0c53de Binary files /dev/null and b/basetheme_bootstrap/locale/fr/LC_MESSAGES/django.mo differ diff --git a/setup.py b/setup.py index 1e5ec478ec8c8c308680320f6e230ff81e767580..0ea5571966c0ba0cd05e9e7b50b742ec9d4fc975 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ readme = open('README.rst').read() setup( name='django-basetheme-bootstrap', - version='0.2.72', + version='0.2.73', description='Django Basetheme Bootstrap', long_description=readme, author='Bryan Brancotte',