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 bac9b13 commit e67081eCopy full SHA for e67081e
CHANGELOG.rst
@@ -1,6 +1,10 @@
1
Changelog
2
---------
3
4
+0.7.4 (2018-08-15)
5
+~~~~~~~~~~~~~~~~~~
6
+* fix #33 error when nothing to resume using --resume
7
+
8
0.7.3 (2018-08-14)
9
~~~~~~~~~~~~~~~~~~
10
* fix #31 es_update movies --newer --workers does not store worker information
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.3'
+__version__ = '0.7.4'
14
15
default_app_config = 'django_elastic_migrations.apps.DjangoElasticMigrationsConfig' # pylint: disable=invalid-name
16
0 commit comments