From 3843b88d9d8ab6d805e0ace555bda2efbe8e9f4f Mon Sep 17 00:00:00 2001 From: Rasika Amaratissa Date: Fri, 3 Jan 2020 13:45:06 +1100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.2=20=E2=86=92=200.6.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- django_elastic_appsearch/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/django_elastic_appsearch/__init__.py b/django_elastic_appsearch/__init__.py index 0e0cda4..de3924e 100644 --- a/django_elastic_appsearch/__init__.py +++ b/django_elastic_appsearch/__init__.py @@ -3,4 +3,4 @@ # pylint:disable=invalid-name # Django requires `default_app_config` default_app_config = 'django_elastic_appsearch.apps.DjangoAppSearchConfig' -__version__ = '0.6.2' +__version__ = '0.6.3' diff --git a/setup.cfg b/setup.cfg index eae900a..6e97f0b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.2 +current_version = 0.6.3 commit = True tag = True diff --git a/setup.py b/setup.py index 6568a63..4383626 100755 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ def get_version(*file_paths): setup( name='django_elastic_appsearch', - version='0.6.2', + version='0.6.3', description="""Integrate your Django Project with Elastic App Search with ease.""", long_description=readme + '\n\n' + history, author='Rasika Amaratissa',