From 3aa7c049781b99188bc3dae7ee2234c3057d8574 Mon Sep 17 00:00:00 2001 From: Leonardo Arroyo Date: Thu, 26 Jan 2017 15:39:07 -0200 Subject: [PATCH] Release 1.2.0 --- CHANGES.rst | 13 ++----------- setup.py | 2 +- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 67fab4b..b6a243f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -114,21 +114,12 @@ v1.1.2 * Fix settings reader on GoogleAddress * Add override_settings to 3 tests so they can work when inside a django project with arbitrary settings -v1.1.3 +v1.2.0 ----------- * Implement admin panel - -v1.1.4 ------------ * Impl CountryFilterMixin - -v1.1.5 ------------ * Impl Lead model, serializer and admin - -v1.1.6 ------------ * Remove TXT version attachment to provent duplicate text versions on emails -v1.1.7[unreleased] +v1.2.0[unreleased] ----------- diff --git a/setup.py b/setup.py index 868e984..678cd4c 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='ovp-core', - version='1.1.6', + version='1.2.0', author=u'Atados', author_email='arroyo@atados.com.br', packages=find_packages(),