We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad1ca98 commit ad143bcCopy full SHA for ad143bc
CHANGELOG.rst
@@ -1,6 +1,10 @@
1
Changelog
2
---------
3
4
+0.7.3 (2018-08-14)
5
+~~~~~~~~~~~~~~~~~~
6
+* fix #31 es_update movies --newer --workers does not store worker information
7
+
8
0.7.2 (2018-08-13)
9
~~~~~~~~~~~~~~~~~~
10
* fix #21 wrong batch update total using multiprocessing in 0.7.1
django_elastic_migrations/__init__.py
@@ -10,7 +10,7 @@
from django_elastic_migrations.utils import loading
11
from django_elastic_migrations.utils.django_elastic_migrations_log import get_logger
12
13
-__version__ = '0.7.2'
+__version__ = '0.7.3'
14
15
default_app_config = 'django_elastic_migrations.apps.DjangoElasticMigrationsConfig' # pylint: disable=invalid-name
16
0 commit comments