Skip to content

Commit

Permalink
Making 7.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
safwanrahman committed Dec 26, 2019
1 parent 0a65236 commit 4167fd8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion django_elasticsearch_dsl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .indices import Index # noqa
from .fields import * # noqa

__version__ = '0.5.1'
__version__ = '7.1.1'


def autodiscover():
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = '0.7.1'
release = '7.1.1'
# The short X.Y version
version = ".".join(release.split(".", 3)[:2])

Expand Down
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 = 0.5.1
current_version = 7.1.1
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 @@ -8,7 +8,7 @@
except ImportError:
from distutils.core import setup

version = '7.1.0'
version = '7.1.1'

if sys.argv[-1] == 'publish':
try:
Expand Down

0 comments on commit 4167fd8

Please sign in to comment.