Skip to content

Commit ad143bc

Browse files
committed
bump 0.7.2 --> 0.7.3
#31 es_update newer workers info
1 parent ad1ca98 commit ad143bc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
---------
33

4+
0.7.3 (2018-08-14)
5+
~~~~~~~~~~~~~~~~~~
6+
* fix #31 es_update movies --newer --workers does not store worker information
7+
48
0.7.2 (2018-08-13)
59
~~~~~~~~~~~~~~~~~~
610
* fix #21 wrong batch update total using multiprocessing in 0.7.1

django_elastic_migrations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from django_elastic_migrations.utils import loading
1111
from django_elastic_migrations.utils.django_elastic_migrations_log import get_logger
1212

13-
__version__ = '0.7.2'
13+
__version__ = '0.7.3'
1414

1515
default_app_config = 'django_elastic_migrations.apps.DjangoElasticMigrationsConfig' # pylint: disable=invalid-name
1616

0 commit comments

Comments
 (0)