Skip to content

Commit

Permalink
Bump version: 1.3.1 → 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flara-infoxchange committed Sep 8, 2022
1 parent aa99437 commit 1fd833d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion django_elastic_appsearch/__init__.py
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.3.1'
__version__ = '1.3.2'
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.1
current_version = 1.3.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -46,7 +46,7 @@ def get_version(*file_paths):

setup(
name='django_elastic_appsearch',
version='1.3.1',
version='1.3.2',
description="""Integrate your Django Project with Elastic App Search with ease.""",
long_description=readme + '\n\n' + history,
author='Infoxchange',
Expand Down

0 comments on commit 1fd833d

Please sign in to comment.