Skip to content

Commit 958ea7f

Browse files
committed
bump 0.7.5 --> 0.7.6
#39 es_update start flag broken
1 parent c9b369a commit 958ea7f

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGELOG.rst

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

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+
48
0.7.5 (2018-08-20)
59
~~~~~~~~~~~~~~~~~~
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>`_
811

912
0.7.4 (2018-08-15)
1013
~~~~~~~~~~~~~~~~~~
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>`_
1315

1416
0.7.3 (2018-08-14)
1517
~~~~~~~~~~~~~~~~~~

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.5'
13+
__version__ = '0.7.6'
1414

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

0 commit comments

Comments
 (0)