Skip to content

Commit

Permalink
Bump version: 1.1.3 → 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
CorrosiveKid committed May 5, 2021
1 parent db9ae6d commit fe2d22d
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
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.1.3'
__version__ = '1.1.4'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.3
current_version = 1.1.4
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion 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.1.3',
version='1.1.4',
description="""Integrate your Django Project with Elastic App Search with ease.""",
long_description=readme + '\n\n' + history,
author='Rasika Amaratissa',
Expand Down

0 comments on commit fe2d22d

Please sign in to comment.