diff --git a/django_elastic_appsearch/__init__.py b/django_elastic_appsearch/__init__.py index 5564b72..3043023 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__ = '1.1.5' +__version__ = '1.2.0' diff --git a/setup.cfg b/setup.cfg index 0b7f0a5..9a5ed3a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.5 +current_version = 1.2.0 commit = True tag = True diff --git a/setup.py b/setup.py index d3c7117..36a051c 100755 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ def get_version(*file_paths): setup( name='django_elastic_appsearch', - version='1.1.5', + version='1.2.0', description="""Integrate your Django Project with Elastic App Search with ease.""", long_description=readme + '\n\n' + history, author='Infoxchange',