Skip to content

Commit 32c695e

Browse files
committed
Bump version: v0.4.5 → 0.5.0
1 parent b351110 commit 32c695e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

django_elasticsearch_dsl/__init__.py

Lines changed: 1 addition & 1 deletion
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.4.5'
7+
__version__ = '0.5.0'
88

99

1010
def autodiscover():

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.5
2+
current_version = 0.5.0
33
commit = True
44
tag = True
55

setup.py

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

11-
version = '0.4.5'
11+
version = '0.5.0'
1212

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

0 commit comments

Comments
 (0)