Skip to content

Commit 3d0bb53

Browse files
committed
version bump to 2.4.1
1 parent 965ff6b commit 3d0bb53

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
#
5252

5353
# The short X.Y version.
54-
version = '2.4.0'
54+
version = '2.4.1'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '2.4.0'
56+
release = '2.4.1'
5757

5858
# The language for content autogenerated by Sphinx. Refer to documentation
5959
# for a list of supported languages.

elasticsearch/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import absolute_import
22

3-
VERSION = (2, 4, 0)
3+
VERSION = (2, 4, 1)
44
__version__ = VERSION
55
__versionstr__ = '.'.join(map(str, VERSION))
66

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44
import sys
55

6-
VERSION = (2, 4, 0)
6+
VERSION = (2, 4, 1)
77
__version__ = VERSION
88
__versionstr__ = '.'.join(map(str, VERSION))
99

0 commit comments

Comments
 (0)