diff --git a/README.rst b/README.rst index e348cbb..1172e28 100644 --- a/README.rst +++ b/README.rst @@ -272,6 +272,12 @@ External API usage $ curl -X POST http://127.0.0.1:8000/dbmail/api/ --data 'api_key=ZzriUzE&slug=welcome&recipient=root@local.host' +Publications +------------ +* `Установка и использование с примерами на русском <http://habrahabr.ru/post/253445/>`_. +* `Completely installation and usage with examples. Translated by Google <http://translate.google.com/translate?hl=en&sl=ru&tl=en&u=http://habrahabr.ru/post/253445/>`_. + + Screenshots ----------- diff --git a/dbmail/__init__.py b/dbmail/__init__.py index 00f4397..21fce4d 100644 --- a/dbmail/__init__.py +++ b/dbmail/__init__.py @@ -2,7 +2,7 @@ import sys -VERSION = (2, 0, 0) +VERSION = (2, 0, 1) default_app_config = 'dbmail.apps.DBMailConfig'