Skip to content

Commit

Permalink
Merge pull request #191 from infoxchange/update_elastic_enterprise_se…
Browse files Browse the repository at this point in the history
…arch_client

Update elastic enterprise to 7.15 and bump version to 1.2.1
  • Loading branch information
flara-infoxchange committed Oct 14, 2021
2 parents 12c46e0 + e8a8fce commit 85da764
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion django_elastic_appsearch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# pylint:disable=invalid-name
# Django requires `default_app_config`
default_app_config = 'django_elastic_appsearch.apps.DjangoAppSearchConfig'
__version__ = '1.2.0'
__version__ = '1.2.1'
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.0
current_version = 1.2.1
commit = True
tag = True

Expand All @@ -12,7 +12,7 @@ universal = 1

[flake8]
ignore = D203
exclude =
exclude =
django_elastic_appsearch/migrations,
.git,
.tox,
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def get_version(*file_paths):

setup(
name='django_elastic_appsearch',
version='1.2.0',
version='1.2.1',
description="""Integrate your Django Project with Elastic App Search with ease.""",
long_description=readme + '\n\n' + history,
author='Infoxchange',
Expand All @@ -58,7 +58,7 @@ def get_version(*file_paths):
include_package_data=True,
install_requires=[
'elastic-app-search',
'elastic-enterprise-search>=7.13.0',
'elastic-enterprise-search>=7.15.0',
'serpy',
],
license="MIT",
Expand Down

0 comments on commit 85da764

Please sign in to comment.