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(),