From 4b1fd65ba03b4a7aa8fb124ba91ba09e05011f4a Mon Sep 17 00:00:00 2001 From: gotlium Date: Wed, 18 Mar 2015 22:42:26 +0500 Subject: [PATCH] links to publications --- README.rst | 6 ++++++ dbmail/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 +------------ +* `Установка и использование с примерами на русском `_. +* `Completely installation and usage with examples. Translated by Google `_. + + 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'