File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
django_elastic_migrations Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
---------
3
3
4
+ 0.7.6 (2018-09-11)
5
+ ~~~~~~~~~~~~~~~~~~
6
+ * fix `#36 es_update --start flag broken <https://github.com/HBS-HBX/django-elastic-migrations/issues/39 >`_
7
+
4
8
0.7.5 (2018-08-20)
5
9
~~~~~~~~~~~~~~~~~~
6
- * fix `#35 open multiprocessing log in context handler
7
- <https://github.com/HBS-HBX/django-elastic-migrations/issues/35> `_
10
+ * fix `#35 open multiprocessing log in context handler <https://github.com/HBS-HBX/django-elastic-migrations/issues/35 >`_
8
11
9
12
0.7.4 (2018-08-15)
10
13
~~~~~~~~~~~~~~~~~~
11
- * fix `#33 error when nothing to resume using --resume
12
- <https://github.com/HBS-HBX/django-elastic-migrations/issues/33> `_
14
+ * fix `#33 error when nothing to resume using --resume <https://github.com/HBS-HBX/django-elastic-migrations/issues/33 >`_
13
15
14
16
0.7.3 (2018-08-14)
15
17
~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change 10
10
from django_elastic_migrations .utils import loading
11
11
from django_elastic_migrations .utils .django_elastic_migrations_log import get_logger
12
12
13
- __version__ = '0.7.5 '
13
+ __version__ = '0.7.6 '
14
14
15
15
default_app_config = 'django_elastic_migrations.apps.DjangoElasticMigrationsConfig' # pylint: disable=invalid-name
16
16
You can’t perform that action at this time.
0 commit comments