Skip to content

Commit 4167fd8

Browse files
committed
Making 7.1.1 release
1 parent 0a65236 commit 4167fd8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

django_elasticsearch_dsl/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .indices import Index # noqa
55
from .fields import * # noqa
66

7-
__version__ = '0.5.1'
7+
__version__ = '7.1.1'
88

99

1010
def autodiscover():

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# built documents.
6060
#
6161
# The full version, including alpha/beta/rc tags.
62-
release = '0.7.1'
62+
release = '7.1.1'
6363
# The short X.Y version
6464
version = ".".join(release.split(".", 3)[:2])
6565

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.1
2+
current_version = 7.1.1
33
commit = True
44
tag = True
55

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
except ImportError:
99
from distutils.core import setup
1010

11-
version = '7.1.0'
11+
version = '7.1.1'
1212

1313
if sys.argv[-1] == 'publish':
1414
try:

0 commit comments

Comments
 (0)