From f6d856d70749dc380f0459d7b51ad271e8e91fff Mon Sep 17 00:00:00 2001 From: Francisco Lara Date: Tue, 24 Oct 2023 11:09:32 +1100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.0.0=20=E2=86=92=202.1.0?= 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 f1836d5..61d6e89 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__ = '2.0.0' +__version__ = '2.1.0' diff --git a/setup.cfg b/setup.cfg index 586d6a1..c80e45b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.0 +current_version = 2.1.0 commit = True tag = True diff --git a/setup.py b/setup.py index b5762ac..1dc38f1 100755 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ def get_version(*file_paths): setup( name='django_elastic_appsearch', - version='2.0.0', + version='2.1.0', description="""Integrate your Django Project with Elastic App Search with ease.""", long_description=readme + '\n\n' + history, author='Infoxchange',