Skip to content

Commit

Permalink
Bump version: 1.1.2 → 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CorrosiveKid committed Apr 12, 2021
1 parent 9963f3f commit 9074360
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.2'
__version__ = '1.1.3'
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.2
current_version = 1.1.3
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.2',
version='1.1.3',
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 9074360

Please sign in to comment.