We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 965ff6b commit 3d0bb53Copy full SHA for 3d0bb53
docs/conf.py
@@ -51,9 +51,9 @@
51
#
52
53
# The short X.Y version.
54
-version = '2.4.0'
+version = '2.4.1'
55
# The full version, including alpha/beta/rc tags.
56
-release = '2.4.0'
+release = '2.4.1'
57
58
# The language for content autogenerated by Sphinx. Refer to documentation
59
# for a list of supported languages.
elasticsearch/__init__.py
@@ -1,6 +1,6 @@
1
from __future__ import absolute_import
2
3
-VERSION = (2, 4, 0)
+VERSION = (2, 4, 1)
4
__version__ = VERSION
5
__versionstr__ = '.'.join(map(str, VERSION))
6
setup.py
@@ -3,7 +3,7 @@
from setuptools import setup, find_packages
import sys
7
8
9
0 commit comments