Skip to content

Commit 69ccb5a

Browse files
committed
Bump version: v0.4.4 → 0.4.5
1 parent 721648f commit 69ccb5a

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.4'
7+
__version__ = '0.4.5'
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.4
2+
current_version = 0.4.5
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.4'
11+
version = '0.4.5'
1212

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

0 commit comments

Comments
 (0)