From 0b7e301a424bdf6c094608b8d423da66aef9f436 Mon Sep 17 00:00:00 2001 From: Alexander Bogushov Date: Fri, 7 Apr 2017 10:51:01 +0500 Subject: [PATCH] Release 0.1.0 --- HISTORY.rst | 6 ++++++ README.rst | 1 + setup.py | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 42bd05d..a0b546c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,12 @@ History ======= +0.1.0 (2017-04-07) +------------------ + +* Mailer application. + + 0.0.5 (2016-02-15) ------------------ diff --git a/README.rst b/README.rst index 2a0dbf9..56362d1 100644 --- a/README.rst +++ b/README.rst @@ -14,6 +14,7 @@ Features - Use Django migration to propagating changes you make to your models in your database schema. - Uses powerful Django administration to manage your application data. - Allow easily creates a REST API based on aiohttp and aiohttp-apiset. +- Mailer application. .. |docs| image:: https://readthedocs.org/projects/dvhb-hybrid/badge/?version=latest diff --git a/setup.py b/setup.py index 07e6236..cc88dc6 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='dvhb-hybrid', - version='0.0.5', + version='0.1.0', description='', author='Malev A', author_email='am@dvhb.ru',