Skip to content

Commit

Permalink
Bump version: 1.2.1 → 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flara-infoxchange committed Sep 1, 2022
1 parent 0a3c085 commit 64060f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.1'
__version__ = '1.3.0'
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.1
current_version = 1.3.0
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
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.2.1',
version='1.3.0',
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 64060f8

Please sign in to comment.